Spaces:
Runtime error
Runtime error
Fix typo
Browse files
app.py
CHANGED
@@ -121,8 +121,6 @@ html_credits = gr.HTML("""
|
|
121 |
<div style="text-align: right;">💶<b>Credits Available:</b> 206</div>
|
122 |
""")
|
123 |
|
124 |
-
html_credits.
|
125 |
-
|
126 |
lbl_console = gr.Label(label="AI Terminal Messages", value="AI Engine ready...", container=True)
|
127 |
btn_buy = gr.Button("Buy More", visible=False, size='lg')
|
128 |
#btn_buy.click(fn=click_buy, outputs=mrk_title)
|
|
|
121 |
<div style="text-align: right;">💶<b>Credits Available:</b> 206</div>
|
122 |
""")
|
123 |
|
|
|
|
|
124 |
lbl_console = gr.Label(label="AI Terminal Messages", value="AI Engine ready...", container=True)
|
125 |
btn_buy = gr.Button("Buy More", visible=False, size='lg')
|
126 |
#btn_buy.click(fn=click_buy, outputs=mrk_title)
|