Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -330,4 +330,4 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 330 |
|
| 331 |
gr.HTML('<div class="disclaimer">**Disclaimer**: This app offers general guidance and is not a substitute for professional medical advice. Consult your healthcare provider for personalized recommendations.</div>')
|
| 332 |
|
| 333 |
-
demo.launch(debug=False)
|
|
|
|
| 330 |
|
| 331 |
gr.HTML('<div class="disclaimer">**Disclaimer**: This app offers general guidance and is not a substitute for professional medical advice. Consult your healthcare provider for personalized recommendations.</div>')
|
| 332 |
|
| 333 |
+
demo.launch(debug=False, share = True)
|