awsaf49 commited on
Commit
8ddf2f8
·
1 Parent(s): d714fce

remove radio button

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -83,13 +83,13 @@ with gr.Blocks() as demo:
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
  """
 
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
  """