M17idd commited on
Commit
f2e260c
·
1 Parent(s): c7ac81b
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -7,7 +7,6 @@ st.markdown("""
7
  background-color: #f4f6f7;
8
  }
9
 
10
- /* استایل پیام‌های چت */
11
  .stChatMessage {
12
  background-color: #e8f0fe;
13
  border-radius: 12px;
@@ -18,14 +17,12 @@ st.markdown("""
18
  font-family: 'Tahoma', sans-serif;
19
  }
20
 
21
- /* راست‌چین کردن همه اجزای متنی */
22
  .stMarkdown, .stTextInput, .stTextArea {
23
  direction: rtl !important;
24
  text-align: right !important;
25
  font-family: 'Tahoma', sans-serif;
26
  }
27
 
28
- /* استایل لوگو و نام در مرکز */
29
  .center-header {
30
  display: flex;
31
  flex-direction: column;
@@ -36,7 +33,7 @@ st.markdown("""
36
  }
37
 
38
  .center-header img {
39
- width: 200px; /* اندازه بزرگ‌تر برای لوگو */
40
  height: auto;
41
  border-radius: 15px;
42
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 
7
  background-color: #f4f6f7;
8
  }
9
 
 
10
  .stChatMessage {
11
  background-color: #e8f0fe;
12
  border-radius: 12px;
 
17
  font-family: 'Tahoma', sans-serif;
18
  }
19
 
 
20
  .stMarkdown, .stTextInput, .stTextArea {
21
  direction: rtl !important;
22
  text-align: right !important;
23
  font-family: 'Tahoma', sans-serif;
24
  }
25
 
 
26
  .center-header {
27
  display: flex;
28
  flex-direction: column;
 
33
  }
34
 
35
  .center-header img {
36
+ width: 200px;
37
  height: auto;
38
  border-radius: 15px;
39
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);