Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,9 +141,6 @@ body {
|
|
| 141 |
text-align: center;
|
| 142 |
}
|
| 143 |
.header-titles .title {
|
| 144 |
-
font-size: 3rem !important;
|
| 145 |
-
font-weight: bold !important;
|
| 146 |
-
color: var(--blue) !important;
|
| 147 |
margin: 5px 0;
|
| 148 |
}
|
| 149 |
.gr-textbox {
|
|
@@ -226,9 +223,10 @@ with demo:
|
|
| 226 |
with gr.Row(elem_classes="header-container"):
|
| 227 |
##gr.Image(logo_left_path, elem_classes="logo-img", show_label=False)
|
| 228 |
with gr.Column(elem_classes="header-titles"):
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
<div class='title'>
|
|
|
|
| 232 |
""")
|
| 233 |
##gr.Image(logo_right_path, elem_classes="logo-img", show_label=False)
|
| 234 |
gr.HTML("<hr style='border-top: 3px solid var(--saffron); margin: 20px 0;'>")
|
|
|
|
| 141 |
text-align: center;
|
| 142 |
}
|
| 143 |
.header-titles .title {
|
|
|
|
|
|
|
|
|
|
| 144 |
margin: 5px 0;
|
| 145 |
}
|
| 146 |
.gr-textbox {
|
|
|
|
| 223 |
with gr.Row(elem_classes="header-container"):
|
| 224 |
##gr.Image(logo_left_path, elem_classes="logo-img", show_label=False)
|
| 225 |
with gr.Column(elem_classes="header-titles"):
|
| 226 |
+
with gr.Column(elem_classes="header-titles"):
|
| 227 |
+
gr.Markdown("""
|
| 228 |
+
<div class='title' style='font-size:3.5rem; font-weight:bold; color: var(--blue);'>वेदांत वार्तालाप मंच</div>
|
| 229 |
+
<div class='title' style='font-size:3.5rem; font-weight:bold; color: var(--blue);'>Vedanta Debator</div>
|
| 230 |
""")
|
| 231 |
##gr.Image(logo_right_path, elem_classes="logo-img", show_label=False)
|
| 232 |
gr.HTML("<hr style='border-top: 3px solid var(--saffron); margin: 20px 0;'>")
|