Magis007 commited on
Commit
6e0c545
·
1 Parent(s): a589c52

IF this doesn't solve the spacing issue I quit

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def automatic():
22
  with gr.Blocks(theme=gr.themes.Soft(text_size=sizes.text_lg), title="Monkey Typewritter", delete_cache=(86400, 86400)) as demo:
23
  with gr.Tabs() as main_tabs:
24
  with gr.Tab("Boas Vindas", id=1) as key_tab:
25
- gr.Markdown("# Coloque uma chave válida para continuar, pegue sua na [Google AI Studio](https://aistudio.google.com/app/apikey)")
26
  with gr.Row():
27
  key = gr.Textbox(placeholder="API Key", scale=4, show_label=False, container=False)
28
  test = gr.Button("Validar chave", scale=1)
 
22
  with gr.Blocks(theme=gr.themes.Soft(text_size=sizes.text_lg), title="Monkey Typewritter", delete_cache=(86400, 86400)) as demo:
23
  with gr.Tabs() as main_tabs:
24
  with gr.Tab("Boas Vindas", id=1) as key_tab:
25
+ gr.Markdown("## Coloque uma chave válida para continuar, pegue sua na [Google AI Studio](https://aistudio.google.com/app/apikey)")
26
  with gr.Row():
27
  key = gr.Textbox(placeholder="API Key", scale=4, show_label=False, container=False)
28
  test = gr.Button("Validar chave", scale=1)