Spaces:
Runtime error
Runtime error
Commit
·
a17832b
1
Parent(s):
4b3dc53
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks() as demo2:
|
|
232 |
### All Running Endpoints
|
233 |
""")
|
234 |
|
235 |
-
endpoints_table = gr.
|
236 |
columns=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
|
237 |
rows=[],
|
238 |
editable=False,
|
|
|
232 |
### All Running Endpoints
|
233 |
""")
|
234 |
|
235 |
+
endpoints_table = gr.Dataframe(
|
236 |
columns=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
|
237 |
rows=[],
|
238 |
editable=False,
|