multimodalart HF Staff commited on
Commit
3fece6d
·
verified ·
1 Parent(s): aa69d1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ SCHEMA_URL = "http://localhost:5000/openapi.json"
15
  def get_schema():
16
  response = requests.post(SCHEMA_URL)
17
  json_response = response.json()
 
18
  print(json_response)
19
 
20
  get_schema()
 
15
  def get_schema():
16
  response = requests.post(SCHEMA_URL)
17
  json_response = response.json()
18
+ print("The schema")
19
  print(json_response)
20
 
21
  get_schema()