Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
|
|
94 |
slider_1_1 = gr.Slider(label="Your rating: Dislike(0) —> Like(100)", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
95 |
user_important = gr.Textbox(label="Which words are your guesses based on?", placeholder="Enter words that you think are important for the task")
|
96 |
|
97 |
-
with gr.Column(scale=
|
98 |
gr.Markdown(
|
99 |
''' ## Today's Scores
|
100 |
'''
|
|
|
94 |
slider_1_1 = gr.Slider(label="Your rating: Dislike(0) —> Like(100)", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
95 |
user_important = gr.Textbox(label="Which words are your guesses based on?", placeholder="Enter words that you think are important for the task")
|
96 |
|
97 |
+
with gr.Column(scale=4):
|
98 |
gr.Markdown(
|
99 |
''' ## Today's Scores
|
100 |
'''
|