marcofrodl commited on
Commit
e0d46dc
·
1 Parent(s): 88aa2e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def respond_stream(
58
 
59
  css = """
60
  .header-text p {line-height: 80px !important; text-align: left; font-size: 26px;}
61
- .header-logo {text-align: left, max-width: 80px; height: auto;}
62
  """
63
 
64
  with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground:
 
58
 
59
  css = """
60
  .header-text p {line-height: 80px !important; text-align: left; font-size: 26px;}
61
+ .header-logo {text-align: left; max-width: 80px; height: auto;}
62
  """
63
 
64
  with gr.Blocks(title="Mistral Playground", css=css) as mistral_playground: