Update app.py
Browse files
app.py
CHANGED
|
@@ -61,8 +61,9 @@ custom_theme = gr.themes.Base(
|
|
| 61 |
# Apply theme to ChatInterface
|
| 62 |
ui = gr.ChatInterface(
|
| 63 |
fn=chat_groq,
|
| 64 |
-
title="Affan
|
| 65 |
-
theme=custom_theme
|
| 66 |
)
|
| 67 |
|
| 68 |
-
|
|
|
|
|
|
|
|
|
| 61 |
# Apply theme to ChatInterface
|
| 62 |
ui = gr.ChatInterface(
|
| 63 |
fn=chat_groq,
|
| 64 |
+
title="Affan's(Groq)"
|
|
|
|
| 65 |
)
|
| 66 |
|
| 67 |
+
# Apply theme here
|
| 68 |
+
ui.launch(theme=custom_theme)
|
| 69 |
+
|