Spaces:
Sleeping
Sleeping
Markdowns corrected
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import encrypter
|
|
6 |
import time
|
7 |
import nycklar.nodes
|
8 |
|
9 |
-
#Funciones
|
10 |
def authenticate(username, password):
|
11 |
|
12 |
for u, p in usuarios:
|
@@ -125,13 +125,17 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
-
mrk_title = gr.Markdown(
|
129 |
-
|
|
|
|
|
|
|
|
|
130 |
nueva_label = gr.Label("Credits")
|
131 |
|
132 |
|
133 |
#lbl_msg.change(fn=cambio, lbl_msg)
|
134 |
-
btn_buy.click(fn=cambio, outputs=
|
135 |
|
136 |
with gr.Row():
|
137 |
|
|
|
6 |
import time
|
7 |
import nycklar.nodes
|
8 |
|
9 |
+
#Funciones
|
10 |
def authenticate(username, password):
|
11 |
|
12 |
for u, p in usuarios:
|
|
|
125 |
|
126 |
with gr.Row():
|
127 |
|
128 |
+
mrk_title = gr.Markdown(
|
129 |
+
"""
|
130 |
+
#Hello
|
131 |
+
""""
|
132 |
+
)
|
133 |
+
gr.Markdown("""##Goodbye""")
|
134 |
nueva_label = gr.Label("Credits")
|
135 |
|
136 |
|
137 |
#lbl_msg.change(fn=cambio, lbl_msg)
|
138 |
+
btn_buy.click(fn=cambio, outputs=mrk_title)
|
139 |
|
140 |
with gr.Row():
|
141 |
|