Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
output_text = gr.Textbox(label="Answer", lines=5)
|
81 |
|
82 |
with gr.Column():
|
83 |
-
chatbot = gr.Chatbot()
|
84 |
chat_state = gr.State()
|
85 |
|
86 |
question_txt = gr.Textbox(label="Question", lines=1)
|
|
|
80 |
output_text = gr.Textbox(label="Answer", lines=5)
|
81 |
|
82 |
with gr.Column():
|
83 |
+
chatbot = gr.Chatbot()
|
84 |
chat_state = gr.State()
|
85 |
|
86 |
question_txt = gr.Textbox(label="Question", lines=1)
|