Spaces:
Runtime error
Runtime error
Chintan Donda
commited on
Commit
·
aa840a1
1
Parent(s):
e00db83
Fixing bug
Browse files
app.py
CHANGED
@@ -221,5 +221,5 @@ with gr.Blocks(title='KKMS-KSSW Demo') as demo:
|
|
221 |
radio.change(fn=dom.select_widget, inputs=radio, outputs=[rowGeneral, rowMandiPrice, rowWeather])
|
222 |
|
223 |
|
224 |
-
demo.launch(share=
|
225 |
run()
|
|
|
221 |
radio.change(fn=dom.select_widget, inputs=radio, outputs=[rowGeneral, rowMandiPrice, rowWeather])
|
222 |
|
223 |
|
224 |
+
demo.launch(share=False)
|
225 |
run()
|