Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
|
19 |
gr.HTML("""<center class="darkblue" text-align:center;padding:25px;'>
|
20 |
<be>
|
21 |
<h1 style="color:#000; font-weight:bold; font-size:28px;">
|
22 |
-
Data
|
23 |
</h1>
|
24 |
</center>""")
|
25 |
with gr.Row(elem_id = "col-container",scale=0.80):
|
|
|
19 |
gr.HTML("""<center class="darkblue" text-align:center;padding:25px;'>
|
20 |
<be>
|
21 |
<h1 style="color:#000; font-weight:bold; font-size:28px;">
|
22 |
+
Data Conversion
|
23 |
</h1>
|
24 |
</center>""")
|
25 |
with gr.Row(elem_id = "col-container",scale=0.80):
|