methodya commited on
Commit
5419f5c
1 Parent(s): 35eab7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ interface = gr.Interface(
35
  ],
36
  outputs=gr.Textbox(label="الملخص"), # النص الملخص
37
  title="ملخص النصوص الفلسفية",
38
- css="style.css", # ربط ملف الستايل الخارجي
39
  submit_btn="تلخيص", # تغيير زر Submit
40
  clear_btn="مسح" # تغيير زر Clear
41
  )
 
35
  ],
36
  outputs=gr.Textbox(label="الملخص"), # النص الملخص
37
  title="ملخص النصوص الفلسفية",
38
+ css=".gradio-container {background: #f9fafb !important} " + open("style.css").read(),
39
  submit_btn="تلخيص", # تغيير زر Submit
40
  clear_btn="مسح" # تغيير زر Clear
41
  )