Spaces:
Running
Running
Update app.py
Browse filesadding contact information
app.py
CHANGED
@@ -8,6 +8,14 @@ from langchain_community.document_loaders import YoutubeLoader,UnstructuredURLLo
|
|
8 |
# setting streamlit
|
9 |
st.set_page_config(page_title="DEmo for summarization")
|
10 |
st.title("Summarize it for me")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# groq API
|
13 |
#with st.sidebar:
|
@@ -52,4 +60,4 @@ if st.button("Summarize the Content from YT or Website"):
|
|
52 |
st.exception(f"Exception:{e}")
|
53 |
|
54 |
|
55 |
-
|
|
|
8 |
# setting streamlit
|
9 |
st.set_page_config(page_title="DEmo for summarization")
|
10 |
st.title("Summarize it for me")
|
11 |
+
st.markdown('''
|
12 |
+
:red[ I Can summarize] :orange[url content] :green[Supply] :blue[Url in the box] .''')
|
13 |
+
st.markdown('''
|
14 |
+
:blue[ created by] :orange[sunny Kumar].''')
|
15 |
+
st.markdown('''
|
16 |
+
:blue[ contact me at] :orange[[email protected]].''')
|
17 |
+
st.markdown('''
|
18 |
+
:blue[linkdin] :orange[https://www.linkedin.com/in/sunny-kumar-b232417a/].''')
|
19 |
|
20 |
# groq API
|
21 |
#with st.sidebar:
|
|
|
60 |
st.exception(f"Exception:{e}")
|
61 |
|
62 |
|
63 |
+
|