vishal1278 commited on
Commit
1e12b21
1 Parent(s): 1c54302

moved auth to the right place

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def create_gradio_app():
44
  title="Personalized Email Content Generator",
45
  )
46
 
47
- interface.launch(share=True)
48
 
49
 
50
  # Run the Gradio app
51
- create_gradio_app(auth=check_password)
 
44
  title="Personalized Email Content Generator",
45
  )
46
 
47
+ interface.launch(auth=check_password)
48
 
49
 
50
  # Run the Gradio app
51
+ create_gradio_app()