rocioadlc commited on
Commit
ba2a31c
verified
1 Parent(s): 129886d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,6 +199,7 @@ banner_tab_content = """
199
  """
200
 
201
  banner_tab = gr.Markdown(banner_tab_content)
 
202
 
203
  # Combinar ambas interfaces en una sola aplicaci贸n con pesta帽as
204
  app = gr.TabbedInterface(
@@ -207,7 +208,6 @@ app = gr.TabbedInterface(
207
  theme=theme
208
  )
209
 
210
- app.tabs[0]._css = {"background-color": "#F0F0F0"}
211
 
212
  app.queue()
213
  app.launch()
 
199
  """
200
 
201
  banner_tab = gr.Markdown(banner_tab_content)
202
+ banner_tab.update_css({"background-color": "#F0F0F0"})
203
 
204
  # Combinar ambas interfaces en una sola aplicaci贸n con pesta帽as
205
  app = gr.TabbedInterface(
 
208
  theme=theme
209
  )
210
 
 
211
 
212
  app.queue()
213
  app.launch()