Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -256,17 +256,18 @@ css = """
|
|
256 |
margin-bottom: 0.5em;
|
257 |
}
|
258 |
"""
|
259 |
-
|
260 |
with gr.Blocks(theme=gr.themes.Default(), css=css) as iface:
|
261 |
gr.Markdown(
|
262 |
"""
|
263 |
# PaperImpact: AI-Powered Research Impact Predictor
|
264 |
"""
|
265 |
)
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
|
|
|
|
270 |
with gr.Row():
|
271 |
with gr.Column(elem_classes="input-section"):
|
272 |
# arXiv Input
|
|
|
256 |
margin-bottom: 0.5em;
|
257 |
}
|
258 |
"""
|
|
|
259 |
with gr.Blocks(theme=gr.themes.Default(), css=css) as iface:
|
260 |
gr.Markdown(
|
261 |
"""
|
262 |
# PaperImpact: AI-Powered Research Impact Predictor
|
263 |
"""
|
264 |
)
|
265 |
+
# Visitor Badge - 들여쓰기 수정
|
266 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2FVIDraft-PaperImpact.hf.space">
|
267 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2FVIDraft-PaperImpact.hf.space&countColor=%23263759" />
|
268 |
+
</a>""")
|
269 |
+
|
270 |
+
|
271 |
with gr.Row():
|
272 |
with gr.Column(elem_classes="input-section"):
|
273 |
# arXiv Input
|