Mattral commited on
Commit
de5ea10
·
verified ·
1 Parent(s): 2192960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
13
 
14
  # Page configuration
15
  st.set_page_config(
16
- page_title="DeepSeek Chatbot with RAG - ruslanmv.com",
17
  page_icon="🤖",
18
  layout="centered"
19
  )
 
13
 
14
  # Page configuration
15
  st.set_page_config(
16
+ page_title="DeepSeek Chatbot with RAG",
17
  page_icon="🤖",
18
  layout="centered"
19
  )