Spaces:
Runtime error
Runtime error
launch share false
Browse files
app.py
CHANGED
@@ -207,4 +207,4 @@ with gr.Blocks() as demo:
|
|
207 |
headers = ["π’ Serial Number", "π’ Organization Name", "π Total Likes", "π Number of Spaces", "π Average Likes per Space", "β€οΈ Most Liked Space", "π Most Like Count"]
|
208 |
gr.Dataframe(spaces_df, headers=headers, interactive=False, datatype=["str", "markdown", "str", "str", "str", "markdown", "str"])
|
209 |
|
210 |
-
demo.launch(
|
|
|
207 |
headers = ["π’ Serial Number", "π’ Organization Name", "π Total Likes", "π Number of Spaces", "π Average Likes per Space", "β€οΈ Most Liked Space", "π Most Like Count"]
|
208 |
gr.Dataframe(spaces_df, headers=headers, interactive=False, datatype=["str", "markdown", "str", "str", "str", "markdown", "str"])
|
209 |
|
210 |
+
demo.launch()
|