Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
125 |
-
b1 = gr.Button("Запитати")
|
126 |
with gr.Column(scale=2):
|
127 |
-
answer = gr.Textbox(lines=
|
|
|
|
|
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="Нема")
|