Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import random
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
-
assistant_icon_path = "chat_icon/assistant.ico"
|
| 5 |
user_icon_path = "chat_icon/user01.png"
|
| 6 |
|
| 7 |
# ์ธ์
์ํ์์ approval_state ๋ฐ messages ์ด๊ธฐํ
|
|
|
|
| 1 |
import random
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
+
assistant_icon_path = "https://huggingface.co/spaces/randmimc/aitom/resolve/main/chat_icon/assistant.ico"
|
| 5 |
user_icon_path = "chat_icon/user01.png"
|
| 6 |
|
| 7 |
# ์ธ์
์ํ์์ approval_state ๋ฐ messages ์ด๊ธฐํ
|