EricGEGE commited on
Commit
b94c4f2
·
verified ·
1 Parent(s): 6210616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def main():
185
  )
186
 
187
  # Launch the interface
188
- iface.launch(share=False)
189
 
190
  except Exception as e:
191
  logger.error(f"Failed to initialize chatbot: {e}")
 
185
  )
186
 
187
  # Launch the interface
188
+ iface.launch(share=False,auth=('cev','88888888'))
189
 
190
  except Exception as e:
191
  logger.error(f"Failed to initialize chatbot: {e}")