mgupta70 commited on
Commit
a8e34fb
1 Parent(s): 6957f35

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
  description=description,
47
  article=article,
48
  examples=[["Which code is to be used while planning a pedestrian walkway?"], ["What is AHJ?"]], live=True
49
- ).launch()
 
46
  description=description,
47
  article=article,
48
  examples=[["Which code is to be used while planning a pedestrian walkway?"], ["What is AHJ?"]], live=True
49
+ ).launch(share = True)