Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|