willn9 commited on
Commit
3390950
·
verified ·
1 Parent(s): db0816b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,5 +56,5 @@ career_advice_app = gr.Interface(
56
  )
57
 
58
  # Launch the application
59
- career_advice_app.launch(server_name="0.0.0.0", debug=True, server_port=7860, share=True)
60
 
 
56
  )
57
 
58
  # Launch the application
59
+ career_advice_app.launch(server_name="0.0.0.0", debug=True, share=True)
60