Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ Choose one of the three tasks below ... and start to play!
|
|
136 |
# image_1_1 = gr.Image('icon_user.png', height=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False)
|
137 |
slider_1_1 = gr.Slider(label="Human: Dislike ——> Like", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
138 |
# checkbox_1 = gr.CheckboxGroup(label="Which words are the guesses based on?", interactive=True)
|
139 |
-
user_important = gr.Textbox(label="Which words are the guesses based on?")
|
140 |
|
141 |
gr.Markdown(
|
142 |
''' ## Like or Dislike
|
@@ -186,7 +186,7 @@ Choose one of the three tasks below ... and start to play!
|
|
186 |
|
187 |
with gr.Row():
|
188 |
with gr.Column():
|
189 |
-
text_written = gr.Textbox(label="Review: ", placeholder="
|
190 |
# image_1_3 = gr.Image('icon_user.png', height=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False)
|
191 |
slider_1_3 = gr.Slider(label="Human: Dislike ——> Like", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
192 |
lang_written = gr.Radio(["English", "Dutch"], label="Language:", info="In which language is the review written?")
|
|
|
136 |
# image_1_1 = gr.Image('icon_user.png', height=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False)
|
137 |
slider_1_1 = gr.Slider(label="Human: Dislike ——> Like", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
138 |
# checkbox_1 = gr.CheckboxGroup(label="Which words are the guesses based on?", interactive=True)
|
139 |
+
user_important = gr.Textbox(label="Which words are the guesses based on?", placeholder="Enter words that you think are important..")
|
140 |
|
141 |
gr.Markdown(
|
142 |
''' ## Like or Dislike
|
|
|
186 |
|
187 |
with gr.Row():
|
188 |
with gr.Column():
|
189 |
+
text_written = gr.Textbox(label="Review: ", placeholder="Enter your own review about a movie/restaurant/book.", visible=True)
|
190 |
# image_1_3 = gr.Image('icon_user.png', height=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False)
|
191 |
slider_1_3 = gr.Slider(label="Human: Dislike ——> Like", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
192 |
lang_written = gr.Radio(["English", "Dutch"], label="Language:", info="In which language is the review written?")
|