sagar007 commited on
Commit
e716aba
·
verified ·
1 Parent(s): 233cdf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -239,8 +239,6 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Base().set(
239
  with gr.Row():
240
  with gr.Column(scale=1):
241
  gr.Markdown("### Indic Assistant")
242
- with gr.Column(scale=1, min_width=100):
243
- gr.Button("Try Advanced Features", size="sm")
244
 
245
  input_type = gr.Radio(["audio", "text"], label="Input Type", value="audio")
246
  audio_input = gr.Audio(type="filepath", label="Speak (if audio input selected)")
 
239
  with gr.Row():
240
  with gr.Column(scale=1):
241
  gr.Markdown("### Indic Assistant")
 
 
242
 
243
  input_type = gr.Radio(["audio", "text"], label="Input Type", value="audio")
244
  audio_input = gr.Audio(type="filepath", label="Speak (if audio input selected)")