abullard1 commited on
Commit
a7d7f3e
1 Parent(s): bf9098c

Rework the layout for better usability and readability

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)