migueldeguzmandev commited on
Commit
ebfe731
Β·
verified Β·
1 Parent(s): 9e49067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def query(payload, api_url):
62
  return None
63
 
64
  # Chat interface
65
- st.title("πŸ€– DeepSeek Chatbot")
66
- st.caption("Powered by Hugging Face Inference API - Configure in sidebar")
67
 
68
  # Display chat history
69
  for message in st.session_state.messages:
 
62
  return None
63
 
64
  # Chat interface
65
+ st.title("πŸ“ŽpπŸ“ŽaπŸ“ŽpπŸ“ŽeπŸ“ŽcπŸ“ŽlπŸ“ŽiπŸ“ŽpπŸ“ŽsπŸ“Ž...")
66
+ st.caption("")
67
 
68
  # Display chat history
69
  for message in st.session_state.messages: