Spaces:
Sleeping
Sleeping
user_avatar = "https://em-content.zobj.net/source/google/263/flushed-face_1f633.png"
Browse files
app.py
CHANGED
@@ -2141,8 +2141,8 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2141 |
with gr.Tab("AI小精靈"):
|
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)
|
|
|
2141 |
with gr.Tab("AI小精靈"):
|
2142 |
with gr.Row():
|
2143 |
with gr.Tab("飛特精靈"):
|
|
|
2144 |
user_avatar = "https://em-content.zobj.net/source/google/263/flushed-face_1f633.png"
|
2145 |
+
bot_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)
|