Skip to content

Commit

Permalink
Rename app and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloarosado committed Nov 25, 2024
1 parent 7ec5823 commit c90ea27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import streamlit as st
from structlog import get_logger

from apps.chart_to_gif.cli import (
from apps.chart_animation.cli import (
DOWNLOADS_DIR,
create_gif_from_images,
get_chart_slug,
Expand Down
6 changes: 3 additions & 3 deletions apps/wizard/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ sections:
icon: ":material/videogame_asset:"
image_url: "https://t3.ftcdn.net/jpg/06/26/23/36/360_F_626233679_tesiSRP9Jinq5wS0ZgbdJ6k5adupmgKl.jpg"
- title: "Chart animation"
alias: chart-to-gif
description: "Create a GIF or a video from a chart"
alias: chart-animation
description: "Create an animated GIF or a video from a chart"
maintainer: "@pablo"
entrypoint: app_pages/chart_to_gif.py
entrypoint: app_pages/chart_animation.py
icon: ":material/animated_images:"
image_url: "https://t3.ftcdn.net/jpg/06/26/23/36/360_F_626233679_tesiSRP9Jinq5wS0ZgbdJ6k5adupmgKl.jpg"

Expand Down

0 comments on commit c90ea27

Please sign in to comment.