Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
with gr.Column(scale=1):
|
82 |
modify_system = gr.Button("🛠️ Set system prompt and clear the history", scale=2)
|
83 |
system_state = gr.Textbox(value=default_system, visible=False)
|
84 |
-
chatbot = gr.Chatbot(label='Qwen1.5-32B-Chat', placeholder)
|
85 |
textbox = gr.Textbox(lines=2, label='Input')
|
86 |
|
87 |
with gr.Row():
|
|
|
81 |
with gr.Column(scale=1):
|
82 |
modify_system = gr.Button("🛠️ Set system prompt and clear the history", scale=2)
|
83 |
system_state = gr.Textbox(value=default_system, visible=False)
|
84 |
+
chatbot = gr.Chatbot(label='Qwen1.5-32B-Chat', placeholder=placeholder)
|
85 |
textbox = gr.Textbox(lines=2, label='Input')
|
86 |
|
87 |
with gr.Row():
|