Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from together import Together
|
|
15 |
import streamlit as st
|
16 |
from PIL import Image
|
17 |
|
18 |
-
st.set_page_config(page_title="چت بات
|
19 |
|
20 |
# استایل
|
21 |
st.markdown("""
|
@@ -107,7 +107,7 @@ with col2:
|
|
107 |
# تیتر
|
108 |
st.markdown("""
|
109 |
<div class="header-text">
|
110 |
-
<h1>چت بات
|
111 |
<div class="subtitle">دستیار هوشمند برای تصمیمگیری در میدان نبرد</div>
|
112 |
</div>
|
113 |
""", unsafe_allow_html=True)
|
|
|
15 |
import streamlit as st
|
16 |
from PIL import Image
|
17 |
|
18 |
+
st.set_page_config(page_title="چت بات توانا", page_icon="🪖", layout="wide")
|
19 |
|
20 |
# استایل
|
21 |
st.markdown("""
|
|
|
107 |
# تیتر
|
108 |
st.markdown("""
|
109 |
<div class="header-text">
|
110 |
+
<h1>چت بات توانا</h1>
|
111 |
<div class="subtitle">دستیار هوشمند برای تصمیمگیری در میدان نبرد</div>
|
112 |
</div>
|
113 |
""", unsafe_allow_html=True)
|