luisotorres commited on
Commit
3c1f5a2
Β·
1 Parent(s): 8210e82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,10 +120,10 @@ iface = gr.Interface(
120
  gr.Number(label="Enter the Year of Reference")
121
  ],
122
  outputs=[
123
- gr.Plot(),
124
- gr.Textbox()
125
  ],
126
- css=".gr-input {width: 100px;}"
127
  )
128
 
129
  iface.launch()
 
120
  gr.Number(label="Enter the Year of Reference")
121
  ],
122
  outputs=[
123
+ gr.Plot(label = ""),
124
+ gr.Textbox(label = "")
125
  ],
126
+ css=".gr-input {width: 60px;}"
127
  )
128
 
129
  iface.launch()