merve HF Staff commited on
Commit
1260dc9
Β·
1 Parent(s): 4ec4c33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -51,7 +51,7 @@ with block:
51
  with gr.Tabs():
52
  with gr.TabItem("Nature 🐨 🌳 "):
53
  with gr.Row():
54
- animal_data = gr.components.Dataframe(
55
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
56
  )
57
  with gr.Row():
@@ -61,7 +61,7 @@ with block:
61
  )
62
  with gr.TabItem("Science Fiction & Fantasy πŸ§™β€β™€οΈ πŸ§›β€β™€οΈ πŸ€– "):
63
  with gr.Row():
64
- science_data = gr.components.Dataframe(
65
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
66
  )
67
  with gr.Row():
@@ -71,7 +71,7 @@ with block:
71
  )
72
  with gr.TabItem("Consentful πŸ–ΌοΈ 🎨 "):
73
  with gr.Row():
74
- food_data = gr.components.Dataframe(
75
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
76
  )
77
  with gr.Row():
 
51
  with gr.Tabs():
52
  with gr.TabItem("Nature 🐨 🌳 "):
53
  with gr.Row():
54
+ nature_data = gr.components.Dataframe(
55
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
56
  )
57
  with gr.Row():
 
61
  )
62
  with gr.TabItem("Science Fiction & Fantasy πŸ§™β€β™€οΈ πŸ§›β€β™€οΈ πŸ€– "):
63
  with gr.Row():
64
+ scifi_data = gr.components.Dataframe(
65
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
66
  )
67
  with gr.Row():
 
71
  )
72
  with gr.TabItem("Consentful πŸ–ΌοΈ 🎨 "):
73
  with gr.Row():
74
+ consentful_data = gr.components.Dataframe(
75
  type="pandas", datatype=["number", "markdown", "markdown", "number"]
76
  )
77
  with gr.Row():