Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,7 @@ iface = gr.Interface(
|
|
| 32 |
gr.Number(label="R&D Expenses"),
|
| 33 |
gr.Number(label="Number of Employees")
|
| 34 |
],
|
| 35 |
-
outputs=gr.Textbox(),
|
| 36 |
-
css="styles.css"
|
| 37 |
)
|
| 38 |
|
| 39 |
# Launch the application
|
|
|
|
| 32 |
gr.Number(label="R&D Expenses"),
|
| 33 |
gr.Number(label="Number of Employees")
|
| 34 |
],
|
| 35 |
+
outputs=gr.Textbox(elem_classes="output_textbox"),
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
# Launch the application
|