neovalle commited on
Commit
7947d57
Β·
verified Β·
1 Parent(s): fbffc44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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
- **Powered by the [H4rmony Project](https://TheH4rmonyproject.org)** β€” Promoting Sustainable Narratives Through AI.
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.15):
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():