vedsadani commited on
Commit
7e08dab
1 Parent(s): 6b67432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ demo1=gr.ChatInterface(
97
  stop_btn="Stop",
98
  )
99
  demo2=gr.TabbedInterface([demo,demo1],["RAG","AGENT"], title='INCEDO', theme=gr.themes.Soft())
100
- demo2.launch()
 
97
  stop_btn="Stop",
98
  )
99
  demo2=gr.TabbedInterface([demo,demo1],["RAG","AGENT"], title='INCEDO', theme=gr.themes.Soft())
100
+ demo2.launch(auth=("admin", "Sam&Clara"))