rivapereira123 commited on
Commit
7f54e54
·
verified ·
1 Parent(s): c4ff4bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -440,8 +440,7 @@ input, textarea {
440
  ax.barh(range(len(steps)), [1] * len(steps), tick_label=list(reversed(steps)))
441
  ax.set_title(f"Visual Roadmap for {goal}")
442
  ax.invert_yaxis() # So Step 1 is at the top
443
-
444
- return fig
445
 
446
 
447
 
 
440
  ax.barh(range(len(steps)), [1] * len(steps), tick_label=list(reversed(steps)))
441
  ax.set_title(f"Visual Roadmap for {goal}")
442
  ax.invert_yaxis() # So Step 1 is at the top
443
+ return fig
 
444
 
445
 
446