DeepSoft-Tech commited on
Commit
e3b290a
·
verified ·
1 Parent(s): ecbad34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Hotel Search", page_icon=":hotel:", layout="wide")
6
 
7
  # Set up the Streamlit app title and search bar
8
- st.title("Hotel Search")
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:", "")