Spaces:
Sleeping
Sleeping
Teo Cheng Lim
commited on
change title
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -8,7 +8,7 @@ MODEL_NAME = "deepseek/deepseek-r1-0528:free"
|
|
| 8 |
API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
| 9 |
|
| 10 |
# === Streamlit UI Setup ===
|
| 11 |
-
st.title("💬 Chat with DeepSeek-R1
|
| 12 |
|
| 13 |
# Custom WhatsApp-style CSS
|
| 14 |
st.markdown("""
|
|
|
|
| 8 |
API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
| 9 |
|
| 10 |
# === Streamlit UI Setup ===
|
| 11 |
+
st.title("💬 Whatsapp like Chat with DeepSeek-R1")
|
| 12 |
|
| 13 |
# Custom WhatsApp-style CSS
|
| 14 |
st.markdown("""
|