Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"))
|