BryanBradfo commited on
Commit
a0e43b6
·
1 Parent(s): 1efae4e

no gradio error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme=THEME) as app:
122
  with gr.Row():
123
  with gr.Column():
124
  # Input section with colorful styling
125
- with gr.Box():
126
  gr.Markdown("### 📝 What would you like me to say?")
127
  text_input = gr.Textbox(
128
  label="",
@@ -136,7 +136,7 @@ with gr.Blocks(theme=THEME) as app:
136
  fruit_btn = gr.Button("🍎 Fruit Wisdom", variant="secondary")
137
 
138
  # Voice & Speed controls
139
- with gr.Box():
140
  gr.Markdown("### 🎤 Choose Your Voice")
141
  voice_dropdown = gr.Dropdown(
142
  list(VOICES.items()),
 
122
  with gr.Row():
123
  with gr.Column():
124
  # Input section with colorful styling
125
+ with gr.Group():
126
  gr.Markdown("### 📝 What would you like me to say?")
127
  text_input = gr.Textbox(
128
  label="",
 
136
  fruit_btn = gr.Button("🍎 Fruit Wisdom", variant="secondary")
137
 
138
  # Voice & Speed controls
139
+ with gr.Group():
140
  gr.Markdown("### 🎤 Choose Your Voice")
141
  voice_dropdown = gr.Dropdown(
142
  list(VOICES.items()),