Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -615,7 +615,7 @@ def update_message(request: gr.Request):
|
|
615 |
return f"<h4 style='font-size: 22px; font-family: Calibri;'>Welcome, {request.username}</h4>"
|
616 |
custom_css = """
|
617 |
/* Include the CSS defined above */
|
618 |
-
.
|
619 |
background-color: #6366f1 !important;
|
620 |
color: white !important;
|
621 |
border-radius: 10px !important;
|
@@ -625,11 +625,11 @@ custom_css = """
|
|
625 |
text-align: center;
|
626 |
}
|
627 |
|
628 |
-
.
|
629 |
background-color: #4f46e5 !important;
|
630 |
cursor: pointer !important;
|
631 |
}
|
632 |
-
.
|
633 |
font-family: 'Arial', sans-serif;
|
634 |
border-radius: 10px;
|
635 |
padding: 10px;
|
@@ -637,15 +637,15 @@ custom_css = """
|
|
637 |
margin-bottom: 20px;
|
638 |
}
|
639 |
|
640 |
-
.
|
641 |
background-color: #f7f7f7;
|
642 |
}
|
643 |
|
644 |
-
.
|
645 |
justify-content: space-between;
|
646 |
}
|
647 |
|
648 |
-
.
|
649 |
display: flex;
|
650 |
flex-direction: column;
|
651 |
justify-content: space-between;
|
|
|
615 |
return f"<h4 style='font-size: 22px; font-family: Calibri;'>Welcome, {request.username}</h4>"
|
616 |
custom_css = """
|
617 |
/* Include the CSS defined above */
|
618 |
+
.gradio-button {
|
619 |
background-color: #6366f1 !important;
|
620 |
color: white !important;
|
621 |
border-radius: 10px !important;
|
|
|
625 |
text-align: center;
|
626 |
}
|
627 |
|
628 |
+
.gradio-button:hover {
|
629 |
background-color: #4f46e5 !important;
|
630 |
cursor: pointer !important;
|
631 |
}
|
632 |
+
.gradio-input, .gradio-markdown {
|
633 |
font-family: 'Arial', sans-serif;
|
634 |
border-radius: 10px;
|
635 |
padding: 10px;
|
|
|
637 |
margin-bottom: 20px;
|
638 |
}
|
639 |
|
640 |
+
.gradio-markdown {
|
641 |
background-color: #f7f7f7;
|
642 |
}
|
643 |
|
644 |
+
.gradio-row {
|
645 |
justify-content: space-between;
|
646 |
}
|
647 |
|
648 |
+
.gradio-column {
|
649 |
display: flex;
|
650 |
flex-direction: column;
|
651 |
justify-content: space-between;
|