Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
761c299
1
Parent(s):
c897812
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ class Chatbot:
|
|
| 211 |
with gr.Row(elem_id="row-flex"):
|
| 212 |
with gr.Row(elem_id="row-flex"):
|
| 213 |
with gr.Column(scale=1,):
|
| 214 |
-
file_url = gr.Textbox(label='file url :',show_label=True,lines=
|
| 215 |
with gr.Row(elem_id="row-flex"):
|
| 216 |
with gr.Column(scale=0.80):
|
| 217 |
file_output = gr.File()
|
|
|
|
| 211 |
with gr.Row(elem_id="row-flex"):
|
| 212 |
with gr.Row(elem_id="row-flex"):
|
| 213 |
with gr.Column(scale=1,):
|
| 214 |
+
file_url = gr.Textbox(label='file url :',show_label=True,lines=10, placeholder="")
|
| 215 |
with gr.Row(elem_id="row-flex"):
|
| 216 |
with gr.Column(scale=0.80):
|
| 217 |
file_output = gr.File()
|