Teo Cheng Lim commited on
Commit
409cef7
·
unverified ·
1 Parent(s): 777b5e9

change title

Browse files
Files changed (1) hide show
  1. 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 (Free via OpenRouter)")
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("""