michal commited on
Commit
15ca8b7
·
1 Parent(s): 6339d56
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,7 +20,7 @@ global data_component
20
  from src.abouts import *
21
 
22
  polygon_svg = """
23
- <svg width="200px" height="100px" viewBox="0 0 443.6 139.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
24
  <style type="text/css">
25
  .st0{fill:#E52713;} /* Sets the fill color to red */
26
  </style>
@@ -49,7 +49,6 @@ polygon_svg = """
49
 
50
  main = gr.Blocks(css=custom_css)
51
  with main:
52
- gr.HTML(polygon_svg)
53
  with gr.Row():
54
  with gr.Column():
55
  # image = gr.Image("src/images/logo.png",
 
20
  from src.abouts import *
21
 
22
  polygon_svg = """
23
+ <svg width="400px" height="200px" viewBox="0 0 443.6 139.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
24
  <style type="text/css">
25
  .st0{fill:#E52713;} /* Sets the fill color to red */
26
  </style>
 
49
 
50
  main = gr.Blocks(css=custom_css)
51
  with main:
 
52
  with gr.Row():
53
  with gr.Column():
54
  # image = gr.Image("src/images/logo.png",