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

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).launch()
 
77
  )
78
 
79
  # Launch Gradio UI
80
+ GradioUI(agent,initial_message="Welcome to HealthBot! How can I assist you today?").launch()