youngtsai commited on
Commit
32443e6
·
1 Parent(s): aeec3fe

user_avatar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2142,7 +2142,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
2142
  with gr.Row():
2143
  with gr.Tab("飛特精靈"):
2144
  bot_avatar = "https://junyi-avatar.s3.ap-northeast-1.amazonaws.com/live/%20%20foxcat-star-18.png?v=20231113095823614"
2145
- user_avatar = "https://junyitopicimg.s3.amazonaws.com/s4byy--icon.jpe?v=20200513013523726"
2146
  latex_delimiters = [{"left": "$", "right": "$", "display": False}]
2147
  chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="OPEN AI", show_share_button=False, likeable=True, show_label=False, latex_delimiters=latex_delimiters)
2148
  thread_id = gr.Textbox(label="thread_id", visible=False)
 
2142
  with gr.Row():
2143
  with gr.Tab("飛特精靈"):
2144
  bot_avatar = "https://junyi-avatar.s3.ap-northeast-1.amazonaws.com/live/%20%20foxcat-star-18.png?v=20231113095823614"
2145
+ user_avatar = "https://em-content.zobj.net/source/google/263/flushed-face_1f633.png"
2146
  latex_delimiters = [{"left": "$", "right": "$", "display": False}]
2147
  chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="OPEN AI", show_share_button=False, likeable=True, show_label=False, latex_delimiters=latex_delimiters)
2148
  thread_id = gr.Textbox(label="thread_id", visible=False)