Rework the layout for better usability and readability
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks() as steam_reviews_classifier_block:
|
|
150 |
submit_button = gr.Button(value="Submit")
|
151 |
|
152 |
# Collapsable Labeling Criteria Info Accordion
|
153 |
-
with gr.Accordion(label="See Labeling Criteria", open=False):
|
154 |
gr.Markdown(labeling_criteria)
|
155 |
|
156 |
# Function to run when the Submit Button is clicked (Passes the input text to the classifier and displays the output text)
|
|
|
150 |
submit_button = gr.Button(value="Submit")
|
151 |
|
152 |
# Collapsable Labeling Criteria Info Accordion
|
153 |
+
with gr.Accordion(label="See Labeling Criteria:", open=False):
|
154 |
gr.Markdown(labeling_criteria)
|
155 |
|
156 |
# Function to run when the Submit Button is clicked (Passes the input text to the classifier and displays the output text)
|