hemantgaikwad commited on
Commit
bbf3131
·
verified ·
1 Parent(s): 4a8d342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,4 +77,4 @@ agent = CodeAgent(
77
  )
78
 
79
  # Launch Gradio UI
80
- GradioUI(agent,initial_message="Welcome to HealthBot! How can I assist you today?").launch()
 
77
  )
78
 
79
  # Launch Gradio UI
80
+ GradioUI(agent).launch()