Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
d3c20ee
1
Parent(s):
124da9a
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ class Chatbot:
|
|
217 |
with gr.Row(elem_id="row-flex"):
|
218 |
with gr.Row(elem_id="row-flex"):
|
219 |
with gr.Column(scale=1,):
|
220 |
-
file_url = gr.Textbox(label='file url :',show_label=True,
|
221 |
with gr.Row(elem_id="row-flex"):
|
222 |
with gr.Column(scale=1):
|
223 |
file_output = gr.File()
|
@@ -231,8 +231,7 @@ class Chatbot:
|
|
231 |
txt = gr.Textbox(
|
232 |
label = "Question",
|
233 |
show_label=True,
|
234 |
-
|
235 |
-
placeholder="Enter text and press shift+enter",
|
236 |
)
|
237 |
with gr.Row():
|
238 |
clear_btn = gr.Button(value="Clear")
|
|
|
217 |
with gr.Row(elem_id="row-flex"):
|
218 |
with gr.Row(elem_id="row-flex"):
|
219 |
with gr.Column(scale=1,):
|
220 |
+
file_url = gr.Textbox(label='file url :',show_label=True, placeholder="")
|
221 |
with gr.Row(elem_id="row-flex"):
|
222 |
with gr.Column(scale=1):
|
223 |
file_output = gr.File()
|
|
|
231 |
txt = gr.Textbox(
|
232 |
label = "Question",
|
233 |
show_label=True,
|
234 |
+
placeholder="",
|
|
|
235 |
)
|
236 |
with gr.Row():
|
237 |
clear_btn = gr.Button(value="Clear")
|