Daevesh commited on
Commit
7725879
·
1 Parent(s): 39ec72c

Update app.py

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