Skip to content

Commit

Permalink
limpiar py_ratios.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshima11 committed Nov 7, 2023
1 parent 49f5a96 commit 5a62c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def mostrar_grafico(e):

fig = px.line(width=1900, height=750, )
chart = PlotlyChart(fig, expand=True, )
# grafico = ft.Tabs(tabs=[ft.Tab(text='', content=chart, )], disabled=True, scrollable=False, )
grafico = ft.Container(content=chart, alignment=ft.alignment.center)

col = ft.Column(controls=[
Expand Down

0 comments on commit 5a62c09

Please sign in to comment.