kz919 commited on
Commit
d63fd12
1 Parent(s): b0156cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
143
 
144
  with gr.Row():
145
  model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])
146
- divine_msg = gr.Dropdown(choices=DIVINE_MSG, label="Select Divine MESSAGE", value=DIVINE_MSG[0])
147
 
148
  chatbot = gr.Chatbot(label="Chat", show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", type="messages")
149
 
 
143
 
144
  with gr.Row():
145
  model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])
146
+ divine_msg = gr.Dropdown(choices=DIVINE_MSG, label="Select Divine Message", value=DIVINE_MSG[0])
147
 
148
  chatbot = gr.Chatbot(label="Chat", show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", type="messages")
149