ALVHB95 commited on
Commit
dff6cad
·
1 Parent(s): b5c81d1
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,8 +170,8 @@ chatbot_gradio_app = gr.ChatInterface(
170
  title=custom_title
171
  )
172
 
173
- # Banner tab
174
- banner_tab = """
175
  <div style="background-color: #d3e3c3; text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center;">
176
  <img src="https://huggingface.co/spaces/rocioadlc/test_4/resolve/main/front_4.jpg" alt="Banner Image" style="width: 50%; max-width: 500px; margin: 0 auto;">
177
 
 
170
  title=custom_title
171
  )
172
 
173
+ # Banner tab content
174
+ banner = """
175
  <div style="background-color: #d3e3c3; text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center;">
176
  <img src="https://huggingface.co/spaces/rocioadlc/test_4/resolve/main/front_4.jpg" alt="Banner Image" style="width: 50%; max-width: 500px; margin: 0 auto;">
177