MojoHz commited on
Commit
b68bfab
·
verified ·
1 Parent(s): 0d6caf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ gr.Interface(
46
  ],
47
  title="Demand Forecasting",
48
  description="Enter the mapped code and the number of months to predict future demand."
49
- ).launch()
 
46
  ],
47
  title="Demand Forecasting",
48
  description="Enter the mapped code and the number of months to predict future demand."
49
+ ).launch(share=True)