robertselvam commited on
Commit
8274843
·
verified ·
1 Parent(s): 3a72507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -12,16 +12,15 @@ def file_output_fn(file_path):
12
  return file_path
13
 
14
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
15
- gr.HTML("""<center class="image" text-align:center;padding:25px;'>
16
- <img style="height:135px; width:200px;"src="https://www.seekpng.com/png/detail/344-3444951_hakuna-matata-solutions-pvt-ltd-logo-hakuna-matata.png">
17
 
18
- </center>""")
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):
26
  with gr.Column(elem_id = "col-container",scale=0.80):
27
  file_output = gr.File(label="File Status",elem_classes="filenameshow")
 
12
  return file_path
13
 
14
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
15
+ gr.HTML("""<center class="image" text-align:center;padding:25px;'></center>""")
 
16
 
 
17
  gr.HTML("""<center class="darkblue" text-align:center;padding:25px;'>
18
  <be>
19
  <h1 style="color:#000; font-weight:bold; font-size:28px;">
20
  Data Conversion
21
  </h1>
22
  </center>""")
23
+
24
  with gr.Row(elem_id = "col-container",scale=0.80):
25
  with gr.Column(elem_id = "col-container",scale=0.80):
26
  file_output = gr.File(label="File Status",elem_classes="filenameshow")