-
Notifications
You must be signed in to change notification settings - Fork 1
/
Home.py
29 lines (16 loc) · 820 Bytes
/
Home.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import streamlit as st
st.set_page_config(
page_title="Home",
page_icon="👋",
)
st.write("# Welcome to the Ultimate Knowledge Extraction Suite!👋")
st.markdown(
"""
## 📚 Empowering Your Data Journey 🚀
Dive deep into the vast ocean of information and extract meaningful insights with just a click. Whether it's a scholarly PDF, an insightful article, data-driven Excel spreadsheets, or even the colossal Google searches, this application ensures you get the best out of every byte.
### Key Features:
- 📄 PDF Insights: No need to comb through pages. Extract crucial knowledge in seconds.
- 📰 Article Analysis: Understand the essence of articles without the fluff.
- 🔍 Google Search Synthesis: Merge the vastness of Google search results into concise, actionable insights.
"""
)