ManishThota commited on
Commit
aad7655
·
verified ·
1 Parent(s): 8501e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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=50)
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.
 
126
  """
127
  with gr.Blocks(css = css) as app:
128
  with gr.Row(elem_id="container"):
129
+ gr.Image("gsoc_redhen.png",min_width=50, 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.