Spaces:
Runtime error
Runtime error
Commit ·
81949da
1
Parent(s): d607b27
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ class ChemicalIdentifier:
|
|
| 152 |
analyse_btn = gr.Button(value="Analyse")
|
| 153 |
with gr.Row():
|
| 154 |
with gr.Column(scale=1, min_width=0):
|
| 155 |
-
answer = gr.Textbox(value="",label='
|
| 156 |
|
| 157 |
upload_button.upload(self.upload_file, upload_button, [file_output,state])
|
| 158 |
|
|
|
|
| 152 |
analyse_btn = gr.Button(value="Analyse")
|
| 153 |
with gr.Row():
|
| 154 |
with gr.Column(scale=1, min_width=0):
|
| 155 |
+
answer = gr.Textbox(value="",label='Chemicals :',show_label=True, placeholder="",lines=5)
|
| 156 |
|
| 157 |
upload_button.upload(self.upload_file, upload_button, [file_output,state])
|
| 158 |
|