robertselvam commited on
Commit
d607b27
1 Parent(s): fd55b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="filenameshow")
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():