Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with block:
|
|
51 |
with gr.Tabs():
|
52 |
with gr.TabItem("Nature π¨ π³ "):
|
53 |
with gr.Row():
|
54 |
-
|
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 |
-
|
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 |
-
|
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():
|