Spaces:
Sleeping
Sleeping
edit format
Browse files
app.py
CHANGED
@@ -80,13 +80,14 @@ with gr.Blocks() as demo:
|
|
80 |
file_button = gr.Button("Classify File")
|
81 |
file_button.click(file_prediction, inputs=file_input, outputs=file_output)
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
with gr.Accordion("More Information", open=False):
|
84 |
-
gr.Markdown("""
|
85 |
-
<div style='text-align: center;'>
|
86 |
-
<a href='https://github.com/dsfsi/PuoBERTa-News' target='_blank'>GitHub</a> |
|
87 |
-
<a href='https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform' target='_blank'>Feedback Form</a>
|
88 |
-
</div>
|
89 |
-
""")
|
90 |
|
91 |
gr.Markdown("""
|
92 |
<h4 style="text-align: center;">Authors</h4>
|
|
|
80 |
file_button = gr.Button("Classify File")
|
81 |
file_button.click(file_prediction, inputs=file_input, outputs=file_output)
|
82 |
|
83 |
+
gr.Markdown("""
|
84 |
+
<div style='text-align: center;'>
|
85 |
+
<a href='https://github.com/dsfsi/PuoBERTa-News' target='_blank'>GitHub</a> |
|
86 |
+
<a href='https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform' target='_blank'>Feedback Form</a>
|
87 |
+
</div>
|
88 |
+
""")
|
89 |
+
|
90 |
with gr.Accordion("More Information", open=False):
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
gr.Markdown("""
|
93 |
<h4 style="text-align: center;">Authors</h4>
|