Spaces:
Sleeping
Sleeping
Muhammad Mustehson
commited on
Commit
·
95d25e9
1
Parent(s):
b184c3a
Center Headings
Browse files- __pycache__/notebook.cpython-313.pyc +0 -0
- app.py +3 -4
__pycache__/notebook.cpython-313.pyc
ADDED
Binary file (8.76 kB). View file
|
|
app.py
CHANGED
@@ -14,7 +14,7 @@ custom_css = """
|
|
14 |
background-color: #f0f4f8;
|
15 |
}
|
16 |
.logo {
|
17 |
-
max-width:
|
18 |
margin: 20px auto;
|
19 |
display: block;
|
20 |
.gr-button {
|
@@ -96,9 +96,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="indigo"
|
|
96 |
gr.Image("logo.png", label=None, show_label=False, container=False, height=100)
|
97 |
gr.HTML("""
|
98 |
<div style='text-align: center;'>
|
99 |
-
|
100 |
-
|
101 |
-
<span style='font-size: 20px;'>Automate Export Multiple Tabs to Jupyter Notebook.</span>
|
102 |
</div>
|
103 |
""")
|
104 |
with gr.Row():
|
|
|
14 |
background-color: #f0f4f8;
|
15 |
}
|
16 |
.logo {
|
17 |
+
max-width: 300px;
|
18 |
margin: 20px auto;
|
19 |
display: block;
|
20 |
.gr-button {
|
|
|
96 |
gr.Image("logo.png", label=None, show_label=False, container=False, height=100)
|
97 |
gr.HTML("""
|
98 |
<div style='text-align: center;'>
|
99 |
+
<h1 style='font-size: 36px;'>Export As Notebook</h1>
|
100 |
+
<p style='font-size: 20px;'>Automate Export Multiple Tabs to Jupyter Notebook.</p>
|
|
|
101 |
</div>
|
102 |
""")
|
103 |
with gr.Row():
|