Initial Draft
Browse files
chat.py
CHANGED
@@ -600,7 +600,7 @@ def main():
|
|
600 |
except Exception as e:
|
601 |
ui_chatbot.append((None,"<b style='color:red'>Exception Searching Excel "+str(e)+"</b>"))
|
602 |
|
603 |
-
demo.launch(server_name="0.0.0.0")
|
604 |
|
605 |
# -- Calling Main Function
|
606 |
if __name__ == '__main__':
|
|
|
600 |
except Exception as e:
|
601 |
ui_chatbot.append((None,"<b style='color:red'>Exception Searching Excel "+str(e)+"</b>"))
|
602 |
|
603 |
+
demo.launch(server_name="0.0.0.0",allowed_paths=["file/"])
|
604 |
|
605 |
# -- Calling Main Function
|
606 |
if __name__ == '__main__':
|