Spaces:
Sleeping
Sleeping
Long Text
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
|
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
#valor = gr.State.tokens
|
123 |
-
valor =
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|
|
|
120 |
# — gr.themes.Soft()
|
121 |
|
122 |
#valor = gr.State.tokens
|
123 |
+
valor = "Username: briggsboardman Credits: 205"
|
124 |
|
125 |
with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
|
126 |
|