Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,7 @@ with gr.Blocks() as demo:
|
|
115 |
_Based on an original concept by [Crystal Campbell](https://www.linkedin.com/in/earthly/) for a more-than-human AI Council of Beings._
|
116 |
|
117 |
""")
|
118 |
-
|
119 |
-
gr.Image(value="data/WildVoices.png", label="Wild Voices", show_label=False)
|
120 |
|
121 |
with gr.Row():
|
122 |
persona1 = gr.Dropdown(personas, label="Choose First Persona", value="Earth")
|
|
|
115 |
_Based on an original concept by [Crystal Campbell](https://www.linkedin.com/in/earthly/) for a more-than-human AI Council of Beings._
|
116 |
|
117 |
""")
|
118 |
+
|
|
|
119 |
|
120 |
with gr.Row():
|
121 |
persona1 = gr.Dropdown(personas, label="Choose First Persona", value="Earth")
|