Skip to content

Commit b3a91e5

Browse files
author
andreabenevenuta
committed
rename files and update makefile
1 parent 199e1df commit b3a91e5

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
usage:
2+
@echo 'You can use the Makefile by calling make with one of the following commands:'
3+
@grep '^[^#[:space:]].*:' Makefile | sed 's/://'
4+
5+
generate-post:
6+
streamlit run ./applications/social_media_post_generator.py
7+
8+
extract-info-parse:
9+
streamlit run ./applications/extract_info_parser.py
10+
11+
launch-chatbot:
12+
streamlit run ./applications/chatbot_dataroots_website.py
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)