tommyaie99 commited on
Commit
d866884
·
1 Parent(s): 3ea9ba3

removed image bot

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,7 +128,7 @@ def create_gradio_app():
128
  """Creates and launches the Gradio web application."""
129
  print("Launching Gradio app...")
130
 
131
- AVATAR_BOT = "pmcp/assets/pmcp_bot.jpeg"
132
 
133
  theme = gr.themes.Soft(
134
  primary_hue="green",
@@ -214,7 +214,7 @@ def create_gradio_app():
214
  height=600,
215
  label="Multi-Agent Chat",
216
  show_label=False,
217
- avatar_images=(None, AVATAR_BOT)
218
  )
219
 
220
  # 🆕 add this helper next to create_gradio_app()
 
128
  """Creates and launches the Gradio web application."""
129
  print("Launching Gradio app...")
130
 
131
+ #AVATAR_BOT = "pmcp/assets/pmcp_bot.jpeg"
132
 
133
  theme = gr.themes.Soft(
134
  primary_hue="green",
 
214
  height=600,
215
  label="Multi-Agent Chat",
216
  show_label=False,
217
+ avatar_images=(None, None)
218
  )
219
 
220
  # 🆕 add this helper next to create_gradio_app()