Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=10):
|
75 |
chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True, height=600)
|
76 |
-
user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit"
|
77 |
|
78 |
with gr.Row():
|
79 |
with gr.Column(scale=1):
|
|
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=10):
|
75 |
chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True, height=600)
|
76 |
+
user_txt = gr.Textbox(label="Question", placeholder="Type in your question and press Enter or click Submit")
|
77 |
|
78 |
with gr.Row():
|
79 |
with gr.Column(scale=1):
|