ManishThota commited on
Commit
e7d06c3
1 Parent(s): 50fe1af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,7 +115,7 @@ css = """
115
  display: block;
116
  margin-left: auto;
117
  margin-right: auto;
118
- width: 55%;
119
  }
120
  #intro{
121
  max-width: 100%;
@@ -126,7 +126,7 @@ css = """
126
  """
127
  with gr.Blocks(css = css) as app:
128
  with gr.Row(elem_id="container"):
129
- gr.Image("gsoc_redhen.png",min_width=55, label="GSOC 2024")
130
  gr.Markdown("""
131
  ## This Gradio app serves as four folds:
132
  ### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.
 
115
  display: block;
116
  margin-left: auto;
117
  margin-right: auto;
118
+ width: 60%;
119
  }
120
  #intro{
121
  max-width: 100%;
 
126
  """
127
  with gr.Blocks(css = css) as app:
128
  with gr.Row(elem_id="container"):
129
+ gr.Image("gsoc_redhen.png",min_width=60, label="GSOC 2024")
130
  gr.Markdown("""
131
  ## This Gradio app serves as four folds:
132
  ### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.