M17idd commited on
Commit
85f7af9
·
verified ·
1 Parent(s): d3f9c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -111,13 +111,13 @@ demo = gr.Interface(
111
  color: #FFFFFF !important; /* تغییر رنگ عنوان به سفید */
112
  font-size: 28px;
113
  font-weight: bold;
114
- text-align: center;
115
  letter-spacing: 2px;
116
  }
117
  .gradio-description {
118
  color: #FFFFFF !important; /* تغییر رنگ توضیحات به سفید */
119
  font-size: 20px;
120
- text-align: center;
121
  margin-bottom: 20px;
122
  }
123
  .gr-textbox input[type="text"], .gr-textbox textarea {
@@ -148,6 +148,7 @@ demo = gr.Interface(
148
  submit_btn="🎯 تولید گزارش",
149
  clear_btn="🗑️ پاک کردن"
150
  )
 
151
  demo.launch()
152
 
153
  if __name__ == "__main__":
 
111
  color: #FFFFFF !important; /* تغییر رنگ عنوان به سفید */
112
  font-size: 28px;
113
  font-weight: bold;
114
+ text-align: left !important; /* چپ‌چین شدن عنوان */
115
  letter-spacing: 2px;
116
  }
117
  .gradio-description {
118
  color: #FFFFFF !important; /* تغییر رنگ توضیحات به سفید */
119
  font-size: 20px;
120
+ text-align: left !important; /* چپ‌چین شدن توضیحات */
121
  margin-bottom: 20px;
122
  }
123
  .gr-textbox input[type="text"], .gr-textbox textarea {
 
148
  submit_btn="🎯 تولید گزارش",
149
  clear_btn="🗑️ پاک کردن"
150
  )
151
+
152
  demo.launch()
153
 
154
  if __name__ == "__main__":