coeuslearning commited on
Commit
85ac5a4
1 Parent(s): 76f52f6

Update app.py

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