Chintan Donda commited on
Commit
aa840a1
·
1 Parent(s): e00db83

Fixing bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
225
  run()
 
221
  radio.change(fn=dom.select_widget, inputs=radio, outputs=[rowGeneral, rowMandiPrice, rowWeather])
222
 
223
 
224
+ demo.launch(share=False)
225
  run()