Nymbo commited on
Commit
ffb6e67
1 Parent(s): 9b9ce5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ custom_css = """
79
  }
80
  """
81
 
82
- with gr.Blocks(theme=gr.themes.Default()) as demo:
83
  gr.Markdown("# 🎙️ Groq x Gradio Voice-Powered AI Assistant")
84
 
85
  api_key_input = gr.Textbox(type="password", label="Enter your Groq API Key")
 
79
  }
80
  """
81
 
82
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
83
  gr.Markdown("# 🎙️ Groq x Gradio Voice-Powered AI Assistant")
84
 
85
  api_key_input = gr.Textbox(type="password", label="Enter your Groq API Key")