Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
fd55b0f
1
Parent(s):
52f3a44
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ class ChemicalIdentifier:
|
|
140 |
gr.Markdown("**Upload your file**")
|
141 |
with gr.Row(elem_id="row-flex"):
|
142 |
with gr.Column(scale=0.90, min_width=160):
|
143 |
-
file_output = gr.File(elem_classes="
|
144 |
with gr.Column(scale=0.10, min_width=160):
|
145 |
upload_button = gr.UploadButton(
|
146 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
|
|
140 |
gr.Markdown("**Upload your file**")
|
141 |
with gr.Row(elem_id="row-flex"):
|
142 |
with gr.Column(scale=0.90, min_width=160):
|
143 |
+
file_output = gr.File(elem_classes="heightfit")
|
144 |
with gr.Column(scale=0.10, min_width=160):
|
145 |
upload_button = gr.UploadButton(
|
146 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|