VenkateshRoshan
commited on
Commit
·
da6e3a6
1
Parent(s):
c66f16a
app.py style updated
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ with gr.Blocks() as demo :
|
|
| 62 |
with gr.Row():
|
| 63 |
query = gr.Textbox(label="Enter your Query : ")
|
| 64 |
history = gr.Textbox(label="History : ")
|
| 65 |
-
enter = gr.Button(
|
| 66 |
|
| 67 |
with gr.Row():
|
| 68 |
output = gr.Textbox(label="Response : ")
|
|
|
|
| 62 |
with gr.Row():
|
| 63 |
query = gr.Textbox(label="Enter your Query : ")
|
| 64 |
history = gr.Textbox(label="History : ")
|
| 65 |
+
enter = gr.Button(text="Enter")
|
| 66 |
|
| 67 |
with gr.Row():
|
| 68 |
output = gr.Textbox(label="Response : ")
|