remove radio button
Browse files
app.py
CHANGED
|
@@ -83,13 +83,13 @@ with gr.Blocks() as demo:
|
|
| 83 |
"""
|
| 84 |
)
|
| 85 |
|
| 86 |
-
# Resource Links
|
| 87 |
-
with gr.Row():
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
|
| 94 |
gr.HTML(
|
| 95 |
"""
|
|
|
|
| 83 |
"""
|
| 84 |
)
|
| 85 |
|
| 86 |
+
# # Resource Links
|
| 87 |
+
# with gr.Row():
|
| 88 |
+
# paper_radio = gr.Radio(
|
| 89 |
+
# choices=["Paper", "Dataset", "ArXiv", "GitHub"],
|
| 90 |
+
# label="Resources",
|
| 91 |
+
# info="Click to visit respective links"
|
| 92 |
+
# )
|
| 93 |
|
| 94 |
gr.HTML(
|
| 95 |
"""
|