Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def main():
|
|
188 |
)
|
189 |
|
190 |
# Launch the interface
|
191 |
-
iface.launch(
|
192 |
|
193 |
except Exception as e:
|
194 |
logger.error(f"Failed to initialize chatbot: {e}")
|
|
|
188 |
)
|
189 |
|
190 |
# Launch the interface
|
191 |
+
iface.launch(auth=(log, password))
|
192 |
|
193 |
except Exception as e:
|
194 |
logger.error(f"Failed to initialize chatbot: {e}")
|