Spaces:
Sleeping
Sleeping
Label configurations
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
126 |
|
127 |
gr.Markdown()
|
128 |
gr.Markdown()
|
129 |
-
lbl_credits = gr.Label(label="Credits" value="20", color="#ffa500")
|
130 |
|
131 |
|
132 |
with gr.Row():
|
|
|
126 |
|
127 |
gr.Markdown()
|
128 |
gr.Markdown()
|
129 |
+
lbl_credits = gr.Label(label="Credits", value="20", color="#ffa500")
|
130 |
|
131 |
|
132 |
with gr.Row():
|