Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,10 +80,10 @@ def respond(
|
|
| 80 |
|
| 81 |
# GRADIO UI
|
| 82 |
|
| 83 |
-
chatbot = gr.Chatbot(height=600, show_copy_button=True, placeholder="
|
| 84 |
print("Chatbot interface created.")
|
| 85 |
|
| 86 |
-
system_message_box = gr.Textbox(value="", placeholder="You are a helpful assistant.", label="System Prompt")
|
| 87 |
|
| 88 |
max_tokens_slider = gr.Slider(
|
| 89 |
minimum=1024,
|
|
|
|
| 80 |
|
| 81 |
# GRADIO UI
|
| 82 |
|
| 83 |
+
chatbot = gr.Chatbot(height=600, show_copy_button=True, placeholder="ChatGPT is initializing...", likeable=True, layout="panel")
|
| 84 |
print("Chatbot interface created.")
|
| 85 |
|
| 86 |
+
# system_message_box = gr.Textbox(value="", placeholder="You are a helpful assistant.", label="System Prompt")
|
| 87 |
|
| 88 |
max_tokens_slider = gr.Slider(
|
| 89 |
minimum=1024,
|