Muhammad Mustehson commited on
Commit
b184c3a
·
1 Parent(s): ca7adb9

Center Main Heading

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def export_notebook():
94
 
95
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="indigo")) as demo:
96
  gr.Image("logo.png", label=None, show_label=False, container=False, height=100)
97
- gr.Markdown("""
98
  <div style='text-align: center;'>
99
  <strong style='font-size: 36px;'>Export As Notebook</strong>
100
  <br>
 
94
 
95
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="indigo")) as demo:
96
  gr.Image("logo.png", label=None, show_label=False, container=False, height=100)
97
+ gr.HTML("""
98
  <div style='text-align: center;'>
99
  <strong style='font-size: 36px;'>Export As Notebook</strong>
100
  <br>