SarahMarzouq
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ def classification_fun(news_article):
|
|
12 |
custom_css = """
|
13 |
textarea, .gradio-output {
|
14 |
direction: rtl;
|
15 |
-
background-color: black;
|
16 |
-
color: white;
|
17 |
border: 2px solid #800020;
|
18 |
border-radius: 5px;
|
19 |
padding: 10px;
|
|
|
12 |
custom_css = """
|
13 |
textarea, .gradio-output {
|
14 |
direction: rtl;
|
15 |
+
# background-color: black;
|
16 |
+
# color: white;
|
17 |
border: 2px solid #800020;
|
18 |
border-radius: 5px;
|
19 |
padding: 10px;
|