Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ interface = gr.Interface(
|
|
35 |
],
|
36 |
outputs=gr.Textbox(label="الملخص"), # النص الملخص
|
37 |
title="ملخص النصوص الفلسفية",
|
38 |
-
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 |
)
|