Shriharsh commited on
Commit
602da86
·
verified ·
1 Parent(s): 581df5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ with gr.Blocks(title="Web Content Q&A Tool") as demo:
138
  clear_btn.click(fn=clear_all, inputs=None, outputs=[url_input, ingest_output, answer_output])
139
 
140
  # Launch the app (HF Spaces expects port 7860)
141
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
138
  clear_btn.click(fn=clear_all, inputs=None, outputs=[url_input, ingest_output, answer_output])
139
 
140
  # Launch the app (HF Spaces expects port 7860)
141
+ demo.launch(share = True, server_name="0.0.0.0", server_port=7860)