LaoCzi commited on
Commit
bba83c2
·
1 Parent(s): ec533d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -121,10 +121,11 @@ with demo:
121
  gr.HTML(description)
122
  with gr.Row():
123
  with gr.Column(scale=1):
124
- text = gr.Textbox(lines=7, label = "Питання?")
125
- b1 = gr.Button("Запитати")
126
  with gr.Column(scale=2):
127
- answer = gr.Textbox(lines=10, label = "Відповідь")
 
 
128
 
129
  with gr.Row():
130
  radio = gr.Radio(label="Рейтинг відповіді", choices=["Нема", "1", "2", "3", "4", "5"], value="Нема")
 
121
  gr.HTML(description)
122
  with gr.Row():
123
  with gr.Column(scale=1):
124
+ text = gr.Textbox(lines=5, label = "Питання?")
 
125
  with gr.Column(scale=2):
126
+ answer = gr.Textbox(lines=5, label = "Відповідь")
127
+ with gr.Row():
128
+ b1 = gr.Button("Запитати")
129
 
130
  with gr.Row():
131
  radio = gr.Radio(label="Рейтинг відповіді", choices=["Нема", "1", "2", "3", "4", "5"], value="Нема")