Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,12 +74,9 @@ def respond(message, person, chat_history):
|
|
74 |
with gr.Blocks() as demo:
|
75 |
gr.Markdown("""
|
76 |
<center>
|
77 |
-
<h1>
|
78 |
-
Uso de AI para un chatbot.
|
79 |
-
</h1>
|
80 |
<img src='data:image/jpg;base64,{}' width=200px>
|
81 |
<h3>
|
82 |
-
|
83 |
</h3>
|
84 |
</center>
|
85 |
""".format(encoded_image))
|
|
|
74 |
with gr.Blocks() as demo:
|
75 |
gr.Markdown("""
|
76 |
<center>
|
|
|
|
|
|
|
77 |
<img src='data:image/jpg;base64,{}' width=200px>
|
78 |
<h3>
|
79 |
+
En este espacio podrás conversar con tu personaje famoso preferido. Puede ser Marie Curie, Albert Einstein, o quien quieras!
|
80 |
</h3>
|
81 |
</center>
|
82 |
""".format(encoded_image))
|