Nikhil0987 commited on
Commit
bf15e41
·
verified ·
1 Parent(s): 761c058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ if __name__ == "__main__":
121
  "text" # Define txt
122
  ],
123
  title="PDF-Powered Chatbot"
124
- ).launch()
125
 
126
 
127
 
 
121
  "text" # Define txt
122
  ],
123
  title="PDF-Powered Chatbot"
124
+ ).launch(server_port=7861)
125
 
126
 
127