Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ custom_theme = gr.themes.Base(
|
|
| 61 |
# Apply theme to ChatInterface
|
| 62 |
ui = gr.ChatInterface(
|
| 63 |
fn=chat_groq,
|
| 64 |
-
title="Affan
|
| 65 |
)
|
| 66 |
|
| 67 |
# Apply theme here
|
|
|
|
| 61 |
# Apply theme to ChatInterface
|
| 62 |
ui = gr.ChatInterface(
|
| 63 |
fn=chat_groq,
|
| 64 |
+
title="Affan ChatBot"
|
| 65 |
)
|
| 66 |
|
| 67 |
# Apply theme here
|