ahmedghani commited on
Commit
a17832b
·
1 Parent(s): 4b3dc53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks() as demo2:
232
  ### All Running Endpoints
233
  """)
234
 
235
- endpoints_table = gr.DataTable(
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,