rahgadda commited on
Commit
01b4b30
·
verified ·
1 Parent(s): 818a87e

Initial Draft

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
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__':