VenkateshRoshan
commited on
Commit
·
3a50cd3
1
Parent(s):
da6e3a6
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(value="Enter")
|
66 |
|
67 |
with gr.Row():
|
68 |
output = gr.Textbox(label="Response : ")
|