Skip to content

Commit

Permalink
add infos contact
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Apr 7, 2024
1 parent b4988d3 commit af0d209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified __pycache__/text_to_speech.cpython-311.pyc
Binary file not shown.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
page_icon="🕷️")

with st.sidebar:
st.write("Official demo for [Scrapegraph-ai](https://github.com/VinciGit00/Scrapegraph-ai) library")
st.markdown("""---""")
st.write("# Usage Examples")
st.write("## Prompt 1")
st.write("- Give me all the news with their abstracts")
Expand All @@ -18,6 +20,8 @@
st.write("- List me all the images with their visual description")
st.write("## Prompt 4")
st.write("- Read me the summary of the news")
st.markdown("""---""")
st.write("You want to suggest tips or improvements? Contact me through email to [email protected]")

st.title("Scrapegraph-ai")
left_co, cent_co, last_co = st.columns(3)
Expand Down

0 comments on commit af0d209

Please sign in to comment.