M17idd commited on
Commit
a3d3b71
·
verified ·
1 Parent(s): 5b3a336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ from typing import List
11
  from together import Together
12
 
13
  # ----------------- تنظیمات صفحه -----------------
14
- st.set_page_config(page_title="چت‌ بات توانا", page_icon="🪖", layout="wide")
15
 
16
  st.markdown("""
17
  <style>
@@ -87,7 +87,7 @@ with col2:
87
  st.markdown("""
88
  <div class="header-text">
89
  <h1>چت‌ بات توانا</h1>
90
- <div class="subtitle">دستیار هوشمند</div>
91
  </div>
92
  """, unsafe_allow_html=True)
93
 
 
11
  from together import Together
12
 
13
  # ----------------- تنظیمات صفحه -----------------
14
+ st.set_page_config(page_title="رزم یار ارتش", page_icon="🪖", layout="wide")
15
 
16
  st.markdown("""
17
  <style>
 
87
  st.markdown("""
88
  <div class="header-text">
89
  <h1>چت‌ بات توانا</h1>
90
+ <div class="subtitle">رزم یار ارتش</div>
91
  </div>
92
  """, unsafe_allow_html=True)
93