Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
d607b27
1
Parent(s):
fd55b0f
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ class ChemicalIdentifier:
|
|
144 |
with gr.Column(scale=0.10, min_width=160):
|
145 |
upload_button = gr.UploadButton(
|
146 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
147 |
-
elem_classes="
|
148 |
|
149 |
|
150 |
with gr.Row():
|
|
|
144 |
with gr.Column(scale=0.10, min_width=160):
|
145 |
upload_button = gr.UploadButton(
|
146 |
"Browse File", file_types=[".txt", ".pdf", ".doc", ".docx"],
|
147 |
+
elem_classes="heightfit")
|
148 |
|
149 |
|
150 |
with gr.Row():
|