Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ custom_css = """
|
|
79 |
}
|
80 |
"""
|
81 |
|
82 |
-
with gr.Blocks(theme=
|
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")
|