Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column(scale=7):
|
| 98 |
btn_clear_conversation = gr.Button("🔃 Start New Conversation")
|
| 99 |
-
input_message = gr.Textbox(show_label=False, placeholder="Enter text and press enter", visible=True)
|
| 100 |
btn_submit = gr.Button("Submit")
|
| 101 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
| 102 |
table = gr.Markdown()
|
|
|
|
| 96 |
with gr.Row():
|
| 97 |
with gr.Column(scale=7):
|
| 98 |
btn_clear_conversation = gr.Button("🔃 Start New Conversation")
|
| 99 |
+
input_message = gr.Textbox(show_label=False, placeholder="Enter text and press enter", visible=True)
|
| 100 |
btn_submit = gr.Button("Submit")
|
| 101 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
| 102 |
table = gr.Markdown()
|