Spaces:
Runtime error
Runtime error
Commit
·
4595812
1
Parent(s):
1f7d78b
Update app.py
Browse files
app.py
CHANGED
@@ -234,6 +234,7 @@ with gr.Blocks() as demo2:
|
|
234 |
|
235 |
endpoints_table = gr.Dataframe(
|
236 |
headers=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
|
|
|
237 |
col_count=(9, "fixed"),
|
238 |
value=[[], [], [], [], [], [], [], [], []],
|
239 |
)
|
|
|
234 |
|
235 |
endpoints_table = gr.Dataframe(
|
236 |
headers=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
|
237 |
+
row_count=0,
|
238 |
col_count=(9, "fixed"),
|
239 |
value=[[], [], [], [], [], [], [], [], []],
|
240 |
)
|