rocioadlc commited on
Commit
23cdb6c
Β·
verified Β·
1 Parent(s): 9c0e580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -176,13 +176,13 @@ image_gradio_app = gr.Interface(
176
  fn=predict_image,
177
  inputs=gr.Image(label="Image", sources=['upload', 'webcam'], type="pil"),
178
  outputs=[gr.Label(label="Result")],
179
- title="<span style='color: #92b96a;'>Green Greta</span>",
180
  theme=theme
181
  )
182
 
183
  chatbot_gradio_app = gr.ChatInterface(
184
  fn=chat_interface,
185
- title="<span style='color: #92b96a;'>Green Greta</span>"
186
  )
187
 
188
  banner_tab_content = """
 
176
  fn=predict_image,
177
  inputs=gr.Image(label="Image", sources=['upload', 'webcam'], type="pil"),
178
  outputs=[gr.Label(label="Result")],
179
+ title="<span style='color: #66814a;'>Green Greta</span>",
180
  theme=theme
181
  )
182
 
183
  chatbot_gradio_app = gr.ChatInterface(
184
  fn=chat_interface,
185
+ title="<span style='color: #66814a;'>Green Greta</span>"
186
  )
187
 
188
  banner_tab_content = """