coeuslearning commited on
Commit
76f52f6
1 Parent(s): 061a004

Update app.py

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