whoami02 commited on
Commit
3a29753
·
verified ·
1 Parent(s): 340de92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def main():
132
  production = gr.ChatInterface(fn=echo2, title="SQL-Chatbot", description="Q/A on Production details table")
133
  agent_tab = gr.ChatInterface(fn=echo3, title="SQL-Chatbot", description="General Chatbot with self-thinking capability, more robust to questions.")
134
  demo = gr.TabbedInterface([agent_tab, downtime, production], ['DB_bot-both tables','ShiftDownTimeDetails', 'ShiftProductionDetails'])
135
- demo.launch(debug=True)
136
 
137
  if __name__ == "__main__":
138
  main()
 
132
  production = gr.ChatInterface(fn=echo2, title="SQL-Chatbot", description="Q/A on Production details table")
133
  agent_tab = gr.ChatInterface(fn=echo3, title="SQL-Chatbot", description="General Chatbot with self-thinking capability, more robust to questions.")
134
  demo = gr.TabbedInterface([agent_tab, downtime, production], ['DB_bot-both tables','ShiftDownTimeDetails', 'ShiftProductionDetails'])
135
+ demo.launch(debug=True, share=True)
136
 
137
  if __name__ == "__main__":
138
  main()