lunadebruyne commited on
Commit
99d3569
·
1 Parent(s): 199582b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks() as demo:
275
  with gr.Column(scale=1, min_width=50):
276
  gr.Markdown("""
277
  """)
278
- with gr.Column(scale=6):
279
  gr.Markdown("""
280
  <div style="text-align: center"><h1>EmotioNL: A framework for Dutch emotion detection</h1></div>
281
 
 
275
  with gr.Column(scale=1, min_width=50):
276
  gr.Markdown("""
277
  """)
278
+ with gr.Column(scale=5):
279
  gr.Markdown("""
280
  <div style="text-align: center"><h1>EmotioNL: A framework for Dutch emotion detection</h1></div>
281