Rooni commited on
Commit
9759ad5
·
1 Parent(s): 5219ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,10 +102,10 @@ footer {visibility: hidden !important;}
102
  with gr.Blocks(css=css) as demo:
103
  with gr.Row():
104
  with gr.Column():
105
- instructions = gr.Textbox(label="Дополнительный ввод")
106
  image_input = gr.Image(label="Фото задания", type="pil")
107
  submit_button = gr.Button("Решить")
108
- low = gr.Checkbox(label="High режим")
109
  with gr.Column():
110
  output_markdown = gr.Markdown(label="AI Response")
111
 
 
102
  with gr.Blocks(css=css) as demo:
103
  with gr.Row():
104
  with gr.Column():
105
+ instructions = gr.Textbox(label="Дополнительный ввод", lines=3)
106
  image_input = gr.Image(label="Фото задания", type="pil")
107
  submit_button = gr.Button("Решить")
108
+ low = gr.Checkbox(label="Low режим")
109
  with gr.Column():
110
  output_markdown = gr.Markdown(label="AI Response")
111