JustinLin610 commited on
Commit
abb9121
1 Parent(s): 87c0e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():