DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# to-do: add credits + improvize the app a bit more!
|
2 |
import streamlit as st
|
3 |
from few_shot import FewShotPosts
|
4 |
from post_generator import generate_post
|
|
|
1 |
+
# to-do: add credits + improvize the app a bit more + closing line needs to be fixed for diff categories!
|
2 |
import streamlit as st
|
3 |
from few_shot import FewShotPosts
|
4 |
from post_generator import generate_post
|