Update app.py
Browse files
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}")
|