Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(css=css) as demo:
|
|
152 |
chatbot = gr.Chatbot(height=270)
|
153 |
|
154 |
with gr.Row():
|
155 |
-
question = gr.Textbox(label="Type your question !",lines=1)
|
156 |
with gr.Row():
|
157 |
submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
|
158 |
clean_chat_btn = gr.Button("Delete Chat")
|
|
|
152 |
chatbot = gr.Chatbot(height=270)
|
153 |
|
154 |
with gr.Row():
|
155 |
+
question = gr.Textbox(label="Type your question !",lines=1)
|
156 |
with gr.Row():
|
157 |
submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
|
158 |
clean_chat_btn = gr.Button("Delete Chat")
|