NimaBoscarino commited on
Commit
fadf846
1 Parent(s): 19179af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -144,8 +144,13 @@ def submit_entry(URL, tags, suggestions, comments):
144
  ]
145
 
146
 
147
- with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
148
- gr.Markdown("## Call for submissions! 📢")
 
 
 
 
 
149
  gr.Markdown("""
150
  Hugging Face is collecting examples of [Spaces](https://huggingface.co/spaces) that are ethically mindful, in order to highlight and encourage these kinds of projects – and we would love your input!
151
 
 
144
  ]
145
 
146
 
147
+ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {justify-content: space-between;}") as demo:
148
+ with gr.Row(elem_id="center"):
149
+ with gr.Column(scale=4):
150
+ gr.Markdown("## Call for submissions! 📢")
151
+ with gr.Column():
152
+ gr.Markdown("<img style='height: 7em;' src='https://huggingface.co/spaces/society-ethics/featured-spaces-submissions/resolve/main/banner.png'/>")
153
+
154
  gr.Markdown("""
155
  Hugging Face is collecting examples of [Spaces](https://huggingface.co/spaces) that are ethically mindful, in order to highlight and encourage these kinds of projects – and we would love your input!
156