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