Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
2c2789c
1
Parent(s):
9b4e2a4
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,8 @@ body {
|
|
143 |
|
144 |
label {
|
145 |
font-size: 14px !important;
|
146 |
-
color: #
|
147 |
-
background-color: #
|
148 |
}
|
149 |
|
150 |
|
@@ -169,7 +169,7 @@ label {
|
|
169 |
margin-right: 10px;
|
170 |
}
|
171 |
|
172 |
-
#submit_button_chat {
|
173 |
background-color: #E68369;
|
174 |
color: white;
|
175 |
border: none;
|
@@ -266,7 +266,7 @@ def chat(user_input):
|
|
266 |
|
267 |
with gr.Blocks(css=custom_css) as demo:
|
268 |
with gr.Row():
|
269 |
-
gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي للدردشة مع
|
270 |
|
271 |
with gr.Row():
|
272 |
pdf_input = gr.File(label="اختر ملف PDF")
|
|
|
143 |
|
144 |
label {
|
145 |
font-size: 14px !important;
|
146 |
+
color: #000000 !important;
|
147 |
+
background-color: #EEEEEE;
|
148 |
}
|
149 |
|
150 |
|
|
|
169 |
margin-right: 10px;
|
170 |
}
|
171 |
|
172 |
+
#submit_button_chat .button {
|
173 |
background-color: #E68369;
|
174 |
color: white;
|
175 |
border: none;
|
|
|
266 |
|
267 |
with gr.Blocks(css=custom_css) as demo:
|
268 |
with gr.Row():
|
269 |
+
gr.Markdown("<h2 style='text-align: center; color: #00000;'>المساعد العربي للدردشة مع الملفات </h2>")
|
270 |
|
271 |
with gr.Row():
|
272 |
pdf_input = gr.File(label="اختر ملف PDF")
|