Nixic commited on
Commit
6298a59
·
verified ·
1 Parent(s): 2f73db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ logger = logging.getLogger(__name__)
8
 
9
  # Page configuration
10
  st.set_page_config(
11
- page_title="DeepSeek Chatbot - ruslanmv.com",
12
  page_icon="🤖",
13
  layout="centered"
14
  )
 
8
 
9
  # Page configuration
10
  st.set_page_config(
11
+ page_title="DeepSeek Chatbot",
12
  page_icon="🤖",
13
  layout="centered"
14
  )