Daevesh commited on
Commit
ea4ff8d
·
1 Parent(s): 0ba8fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ def store_string(input_string,history):
27
  # Create an interface with a text input and a submit button
28
  #interface = gr.Interface(fn=store_string, inputs=gr.inputs.Textbox(), outputs="text", allow_flagging= "auto")
29
  interface =gr.ChatInterface(store_string,analytics_enabled=True)
30
- interface.launch(inbrowser= True, auth = ('rrr','#test'), auth_message= "Enter your username and password that you received in on LA group")
 
27
  # Create an interface with a text input and a submit button
28
  #interface = gr.Interface(fn=store_string, inputs=gr.inputs.Textbox(), outputs="text", allow_flagging= "auto")
29
  interface =gr.ChatInterface(store_string,analytics_enabled=True)
30
+ interface.launch(inbrowser= True, auth = ('rrr','#la_test'), auth_message= "Enter your username and password that you received in on LA group")