DeepVen commited on
Commit
fba567d
1 Parent(s): ea540b6

Upload Index.py

Browse files
Files changed (1) hide show
  1. Index.py +1 -1
Index.py CHANGED
@@ -137,7 +137,7 @@ initialize_vectorstore()
137
  #import getpass
138
  from pyngrok import ngrok, conf
139
  #print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
140
- conf.get_default().auth_token = "2WJNWULs5bCOyJnV24WQYJEKod3_YQUbM5EGCp8sgE4aQvzi"
141
  port = 37689
142
  # Open a ngrok tunnel to the HTTP server
143
  public_url = ngrok.connect(port).public_url
 
137
  #import getpass
138
  from pyngrok import ngrok, conf
139
  #print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
140
+ conf.get_default().auth_token=2WJNWULs5bCOyJnV24WQYJEKod3_YQUbM5EGCp8sgE4aQvzi
141
  port = 37689
142
  # Open a ngrok tunnel to the HTTP server
143
  public_url = ngrok.connect(port).public_url