Moibe commited on
Commit
7a36360
·
1 Parent(s): 66dc399

Markdown instead label

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -120,14 +120,13 @@ btn_buy = gr.Button("Buy More", visible=True, size='lg')
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
 
127
  with gr.Row():
128
 
129
- gr.Label(visible=False, scale=5)
130
- gr.Label(visible=True, scale=5)
131
  lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
132
 
133
  with gr.Row():
 
120
  # — gr.themes.Soft()
121
 
122
  #valor = gr.State.tokens
123
+ valor = "205"
124
 
125
  with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
126
 
127
  with gr.Row():
128
 
129
+ gr.Markdown(visible=True, scale=5)
 
130
  lbl_credits = gr.Label(label="Credits Available", value=valor, scale=1)
131
 
132
  with gr.Row():