Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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))
|