pbichpur commited on
Commit
ea457ba
·
verified ·
1 Parent(s): ed78ab3

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_title="NotebookLM Clone", layout="wide")
4
+
5
+ st.title("📓 NotebookLM Clone")
6
+ st.success("Streamlit is running on Hugging Face Spaces!")
7
+
8
+ st.write("Next step: ingestion + RAG pipeline 🚀")