paloma99 commited on
Commit
5929494
1 Parent(s): 32c1b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ import shutil
36
 
37
 
38
 
39
- custom_title = "<span style='color: rgb(18, 13, 5);'>Green Greta</span>"
40
 
41
 
42
  # Cell 1: Image Classification Model
@@ -131,7 +131,7 @@ def chat_interface(question,history):
131
 
132
  chatbot_gradio_app = gr.ChatInterface(
133
  fn=chat_interface,
134
- title='Green Greta'
135
  )
136
 
137
  # Combine both interfaces into a single app
 
36
 
37
 
38
 
39
+ custom_title = "<span style='color: rgb(243, 239, 224);'>Green Greta</span>"
40
 
41
 
42
  # Cell 1: Image Classification Model
 
131
 
132
  chatbot_gradio_app = gr.ChatInterface(
133
  fn=chat_interface,
134
+ title=custom_title
135
  )
136
 
137
  # Combine both interfaces into a single app