Affan8 commited on
Commit
6e0b9bf
·
verified ·
1 Parent(s): d3eebbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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 ChatBot",
65
- theme=custom_theme
66
  )
67
 
68
- ui.launch()
 
 
 
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
+