Spaces:
Sleeping
Sleeping
Commit ·
4d580a8
1
Parent(s): 4dedfa0
Use Gradio theme instead of custom CSS for better compatibility
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ def generate_audio(explanation: str, persona_name: str, progress=gr.Progress()):
|
|
| 162 |
def create_app():
|
| 163 |
"""Create and configure the Gradio app."""
|
| 164 |
|
| 165 |
-
with gr.Blocks(title="Explainor - AI Persona Explanations",
|
| 166 |
# Header
|
| 167 |
gr.Markdown(
|
| 168 |
"""
|
|
|
|
| 162 |
def create_app():
|
| 163 |
"""Create and configure the Gradio app."""
|
| 164 |
|
| 165 |
+
with gr.Blocks(title="Explainor - AI Persona Explanations", theme=gr.themes.Soft()) as app:
|
| 166 |
# Header
|
| 167 |
gr.Markdown(
|
| 168 |
"""
|