Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
c92fb25
1
Parent(s):
051ce90
test1
Browse files
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.
|
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 |
|