root commited on
Commit
c92fb25
·
1 Parent(s): 051ce90
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ if __name__ == "__main__":
443
 
444
  with gr.Row():
445
  button1 = gr.Button("Button1", visible=False)
446
- button2 = gr.Buttion("Button2", variant="primary")
447
  gr.HTML(read_content("footer.html"))
448
  # gr.Image('./contributors.png')
449
 
 
443
 
444
  with gr.Row():
445
  button1 = gr.Button("Button1", visible=False)
446
+ button2 = gr.Button("Button2", variant="primary")
447
  gr.HTML(read_content("footer.html"))
448
  # gr.Image('./contributors.png')
449