bupa1018 commited on
Commit
7e12a3e
·
verified ·
1 Parent(s): ffc7be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", clearable=False)
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):