Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|