Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -405,7 +405,7 @@ with gr.Blocks() as demo:
|
|
405 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
406 |
|
407 |
],
|
408 |
-
type="messages",
|
409 |
chatbot=gr.Chatbot(height=800),
|
410 |
# textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
411 |
# title="SamSat Virtual Assistant",
|
|
|
405 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
406 |
|
407 |
],
|
408 |
+
# type="messages",
|
409 |
chatbot=gr.Chatbot(height=800),
|
410 |
# textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
|
411 |
# title="SamSat Virtual Assistant",
|