Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
4735fe1
1
Parent(s):
c92fb25
test1
Browse files
app.py
CHANGED
@@ -442,8 +442,8 @@ if __name__ == "__main__":
|
|
442 |
|
443 |
|
444 |
with gr.Row():
|
445 |
-
button1 = gr.Button("
|
446 |
-
button2 = gr.Button("
|
447 |
gr.HTML(read_content("footer.html"))
|
448 |
# gr.Image('./contributors.png')
|
449 |
|
|
|
442 |
|
443 |
|
444 |
with gr.Row():
|
445 |
+
button1 = gr.Button("Button", visible="primary")
|
446 |
+
button2 = gr.Button("Button", variant="primary")
|
447 |
gr.HTML(read_content("footer.html"))
|
448 |
# gr.Image('./contributors.png')
|
449 |
|