shukdevdatta123 commited on
Commit
881dd81
·
verified ·
1 Parent(s): 8ddc596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -135,8 +135,7 @@ def create_interface():
135
  label="Conversation",
136
  height=400,
137
  show_label=True,
138
- avatar_images=("https://huggingface.co/spaces/gradio/theme-assets/resolve/main/user.png",
139
- "https://huggingface.co/spaces/gradio/theme-assets/resolve/main/assistant.png"),
140
  show_copy_button=True,
141
  bubble_full_width=False,
142
  )
 
135
  label="Conversation",
136
  height=400,
137
  show_label=True,
138
+ avatar_images=("user.png", "assistant.png"),
 
139
  show_copy_button=True,
140
  bubble_full_width=False,
141
  )