Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -859,7 +859,7 @@ with gr.Blocks() as demo:
|
|
859 |
# Chatbot Tab
|
860 |
# --------------------------------------
|
861 |
with gr.TabItem("3. Q&A Chat"):
|
862 |
-
chat_history = gr.Chatbot([], elem_id="chatbot")
|
863 |
with gr.Row():
|
864 |
with gr.Column(scale=95):
|
865 |
query = gr.Textbox(
|
|
|
859 |
# Chatbot Tab
|
860 |
# --------------------------------------
|
861 |
with gr.TabItem("3. Q&A Chat"):
|
862 |
+
chat_history = gr.Chatbot([], elem_id="chatbot")
|
863 |
with gr.Row():
|
864 |
with gr.Column(scale=95):
|
865 |
query = gr.Textbox(
|