ajustes en la identación

parent 2d653105
......@@ -26,7 +26,7 @@ esperados = {
}
def get_visit_data(visitnumber):
url_visitas = url + "/visits/" + str(visitnumber) + "/patients-data/"
url_visitas = url + "/visits/" + str(visitnumber) + "/patients-data"
yaisons = requests.get(url_visitas).json()["patient_data"]
df = pd.json_normalize(yaisons)
df.drop(["tolerance_curve_measure","id","name","patient_visit_id", "visit_date"], inplace=True, axis=1)
......@@ -250,7 +250,7 @@ app.layout = html.Div(children=[
], className="wrapper"),
dcc.Graph(id="mesurables")
], className="wrapper")
]) # cierre del layout
]) # cierre del layout
@app.callback(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment