Rooni commited on
Commit
876e43d
·
verified ·
1 Parent(s): 8b9e592

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ css = response.text
51
 
52
  # ui
53
  with gr.Blocks(css=css) as demo:
 
54
  with gr.Tab("Запрос"):
55
  with gr.Row():
56
  promt = gr.Textbox(show_label=True, label="Запрос", lines=3)
 
51
 
52
  # ui
53
  with gr.Blocks(css=css) as demo:
54
+ gr.Markdown("# EasyGemini")
55
  with gr.Tab("Запрос"):
56
  with gr.Row():
57
  promt = gr.Textbox(show_label=True, label="Запрос", lines=3)