Spaces:
Running
Running
Update app.py
Browse files
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)
|