Spaces:
Paused
Paused
chore: update something
Browse files
app.py
CHANGED
@@ -735,7 +735,10 @@ def handle_file_extraction(files: list[str], uuid: str):
|
|
735 |
|
736 |
|
737 |
chatbot = gr.Chatbot(
|
738 |
-
height=500,
|
|
|
|
|
|
|
739 |
)
|
740 |
|
741 |
chat_interface = gr.ChatInterface(
|
|
|
735 |
|
736 |
|
737 |
chatbot = gr.Chatbot(
|
738 |
+
height=500,
|
739 |
+
placeholder=PLACEHOLDER,
|
740 |
+
label="Ghost 8B Beta (β, 8k)",
|
741 |
+
show_copy_button=True,
|
742 |
)
|
743 |
|
744 |
chat_interface = gr.ChatInterface(
|