Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def get_theme(theme_name):
|
|
42 |
"Monochrome": gr.themes.Monochrome(),
|
43 |
"Soft": gr.themes.Soft()
|
44 |
}
|
45 |
-
return theme_mapping.get(theme_name, gr.themes.
|
46 |
|
47 |
additional_inputs = [
|
48 |
gr.Textbox(label="System Prompt", max_lines=1, interactive=True),
|
|
|
42 |
"Monochrome": gr.themes.Monochrome(),
|
43 |
"Soft": gr.themes.Soft()
|
44 |
}
|
45 |
+
return theme_mapping.get(theme_name, gr.themes.Soft())
|
46 |
|
47 |
additional_inputs = [
|
48 |
gr.Textbox(label="System Prompt", max_lines=1, interactive=True),
|