Jofthomas commited on
Commit
cf79bd4
·
1 Parent(s): b1dc763

missing space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -718,9 +718,9 @@ with gr.Blocks(css=APP_CSS, title="LLM GeoGuessr") as demo:
718
  login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=300)
719
 
720
  gr.Markdown("""
721
- ###Magistral
722
  Magistral is a multimodal model trained by Mistral AI to do visual reasoning.
723
- Magistral has not been trained on geogusser data, which makes it a fair experience.
724
 
725
  ### How to Play
726
  1. **Login** using your Hugging Face account and click "Start Game".
 
718
  login_button = LoginButton(visible=True, elem_id="login_button", scale=0, min_width=300)
719
 
720
  gr.Markdown("""
721
+ ### Magistral
722
  Magistral is a multimodal model trained by Mistral AI to do visual reasoning.
723
+ The model has not been trained on geogusser data, which makes it a fair experience.
724
 
725
  ### How to Play
726
  1. **Login** using your Hugging Face account and click "Start Game".