Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def query_model(client, question):
|
|
| 61 |
|
| 62 |
# Streamlit app
|
| 63 |
def main():
|
| 64 |
-
st.title("RAG-Based
|
| 65 |
|
| 66 |
# Step 1: Extract text from the document
|
| 67 |
st.header("Step 1: Extract Text")
|
|
|
|
| 61 |
|
| 62 |
# Streamlit app
|
| 63 |
def main():
|
| 64 |
+
st.title("RAG-Based ChatBot")
|
| 65 |
|
| 66 |
# Step 1: Extract text from the document
|
| 67 |
st.header("Step 1: Extract Text")
|