Interface layout update
Browse filesIncluded an extra button and changed the theme.
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
""")
|
37 |
|
38 |
chatbot = gr.Chatbot()
|
39 |
-
msg = gr.Textbox()
|
40 |
with gr.Row():
|
41 |
btn = gr.Button(value="Submit")
|
42 |
clear = gr.Button("Clear")
|
|
|
36 |
""")
|
37 |
|
38 |
chatbot = gr.Chatbot()
|
39 |
+
msg = gr.Textbox(label= "Chat", default = "Introduce tu pregunta")
|
40 |
with gr.Row():
|
41 |
btn = gr.Button(value="Submit")
|
42 |
clear = gr.Button("Clear")
|