Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
|
|
2 |
import os
|
3 |
from pinecone import Pinecone
|
4 |
# Set up the Streamlit app
|
5 |
-
st.set_page_config(page_title="
|
6 |
|
7 |
# Set up the Streamlit app title and search bar
|
8 |
-
st.title("
|
9 |
index_name = st.text_input("Enter a database name:", "")
|
10 |
key = st.text_input("Enter a key:", "")
|
11 |
namespace = st.text_input("Enter a table name:", "")
|
|
|
2 |
import os
|
3 |
from pinecone import Pinecone
|
4 |
# Set up the Streamlit app
|
5 |
+
st.set_page_config(page_title="Search Engine", layout="wide")
|
6 |
|
7 |
# Set up the Streamlit app title and search bar
|
8 |
+
st.title("Search Engine")
|
9 |
index_name = st.text_input("Enter a database name:", "")
|
10 |
key = st.text_input("Enter a key:", "")
|
11 |
namespace = st.text_input("Enter a table name:", "")
|