Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
99 |
with gr.Row():
|
100 |
with gr.Column(scale=0.15):
|
101 |
gr.Image(value="data/WildVoices.png", label="Wild Voices", show_label=False)
|
102 |
-
with gr.Column():
|
103 |
gr.Markdown("""
|
104 |
|
105 |
# π² **Wild Voices** β *Listening to the More-than-Human World*
|
@@ -110,13 +110,14 @@ with gr.Blocks() as demo:
|
|
110 |
β¨ **Generate Myths and Facts:** Challenge common narratives with our *Myth/Fact Generator*, guided by natureβs voice of truth.
|
111 |
π² **Ask Random Questions:** Get inspired by thought-provoking questions that spark connection with the natural world.
|
112 |
π¦ **Discover Hidden Wisdom:** Experience the reflections of *Oak*, *Dragonfly*, *Rain*, and even the humble *Dandelion* as they share their stories.
|
113 |
-
|
114 |
---
|
115 |
-
**
|
116 |
_Based on an original concept by [Crystal Campbell](https://www.linkedin.com/in/earthly/) for a more-than-human AI Council of Beings._
|
117 |
|
118 |
""")
|
119 |
-
|
|
|
|
|
120 |
with gr.Row():
|
121 |
persona1 = gr.Dropdown(personas, label="Choose First Persona", value="Earth")
|
122 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
@@ -124,9 +125,10 @@ with gr.Blocks() as demo:
|
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
126 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=2)
|
127 |
-
with gr.Column(scale=0.
|
128 |
random_button = gr.Button("π² Generate Random Question")
|
129 |
ask_button = gr.Button("π Submit Question")
|
|
|
130 |
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
131 |
|
132 |
with gr.Row():
|
|
|
99 |
with gr.Row():
|
100 |
with gr.Column(scale=0.15):
|
101 |
gr.Image(value="data/WildVoices.png", label="Wild Voices", show_label=False)
|
102 |
+
with gr.Column(scale=0.50):
|
103 |
gr.Markdown("""
|
104 |
|
105 |
# π² **Wild Voices** β *Listening to the More-than-Human World*
|
|
|
110 |
β¨ **Generate Myths and Facts:** Challenge common narratives with our *Myth/Fact Generator*, guided by natureβs voice of truth.
|
111 |
π² **Ask Random Questions:** Get inspired by thought-provoking questions that spark connection with the natural world.
|
112 |
π¦ **Discover Hidden Wisdom:** Experience the reflections of *Oak*, *Dragonfly*, *Rain*, and even the humble *Dandelion* as they share their stories.
|
|
|
113 |
---
|
114 |
+
**Space created and powered by [The H4rmony Project](https://TheH4rmonyproject.org)** β Promoting Sustainable Narratives Through AI.
|
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 |
+
with gr.Column(scale=0.15):
|
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")
|
123 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
|
|
125 |
with gr.Row():
|
126 |
with gr.Column():
|
127 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=2)
|
128 |
+
with gr.Column(scale=0.20):
|
129 |
random_button = gr.Button("π² Generate Random Question")
|
130 |
ask_button = gr.Button("π Submit Question")
|
131 |
+
with gr.Column():
|
132 |
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
133 |
|
134 |
with gr.Row():
|