osanseviero commited on
Commit
10716ba
1 Parent(s): 8744612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with block:
49
  """
50
  )
51
  with gr.Tabs():
52
- with gr.TabItem("Spaces (ML apps) 🐨 🌳 "):
53
  with gr.Row():
54
  spaces_data = gr.components.Dataframe(
55
  type="pandas", datatype=["number", "markdown", "number"]
 
49
  """
50
  )
51
  with gr.Tabs():
52
+ with gr.TabItem("Spaces (ML apps)"):
53
  with gr.Row():
54
  spaces_data = gr.components.Dataframe(
55
  type="pandas", datatype=["number", "markdown", "number"]