Commit
Β·
3c1f5a2
1
Parent(s):
8210e82
Update app.py
Browse files
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:
|
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()
|