arianna-bis commited on
Commit
92f6fb9
1 Parent(s): 6fef1fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -48,16 +48,16 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
48
 
49
  with gr.Row():
50
  placeholder = gr.Markdown(
51
- ''' ## Welcome to the Language Model Explanation Challenge! '''
 
 
 
52
  )
53
  with gr.Row():
54
  with gr.Column():
55
  with gr.Row():
56
  placeholder = gr.Markdown(
57
  '''
58
- #### Language Models are powerful AI tools to understand and generate human language.<br />
59
- #### However, they sometimes make mistakes... and it's hard to know why!<br /><br />
60
- #### Choose one of the tasks below ... and start to play!
61
  '''
62
  )
63
  with gr.Column():
 
48
 
49
  with gr.Row():
50
  placeholder = gr.Markdown(
51
+ ''' ## Welcome to the Language Model Explanation Challenge!
52
+ #### Language Models are powerful AI tools to understand and generate human language.<br />
53
+ #### However, they sometimes make mistakes... and it's hard to know why!<br /><br />
54
+ #### Choose one of the tasks below ... and start to play!'''
55
  )
56
  with gr.Row():
57
  with gr.Column():
58
  with gr.Row():
59
  placeholder = gr.Markdown(
60
  '''
 
 
 
61
  '''
62
  )
63
  with gr.Column():