Nikhil0987 commited on
Commit
861e971
·
verified ·
1 Parent(s): 440f198

Update app.py

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