sbavery commited on
Commit
d6046c5
1 Parent(s): d6192a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ with gr.Blocks() as blocks:
222
  gr.Markdown("# Pseudometer")
223
  gr.Markdown("Prototype machine learning pseudoscience detector for websites!")
224
  text = gr.Textbox(label="Input URL (http format):")
225
- label = gr.outputs.Label()
226
  btn = gr.Button("Analyze!")
227
  with gr.Accordion("Pseudoscience Primary Training Sources"):
228
  gr.Markdown(', '.join(pseudo_sources))
 
222
  gr.Markdown("# Pseudometer")
223
  gr.Markdown("Prototype machine learning pseudoscience detector for websites!")
224
  text = gr.Textbox(label="Input URL (http format):")
225
+ label = gr.Label()
226
  btn = gr.Button("Analyze!")
227
  with gr.Accordion("Pseudoscience Primary Training Sources"):
228
  gr.Markdown(', '.join(pseudo_sources))