achuthc1298 commited on
Commit
09cc154
1 Parent(s): 0a6edbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def find_tex_files(directory: str):
47
 
48
  # Main app function
49
  def main():
50
- st.title("PDF Question Answering with LangChain")
51
 
52
  # API Key input
53
  api_key = st.text_input("Enter your Groq API Key", type="password")
 
47
 
48
  # Main app function
49
  def main():
50
+ st.title("AMGPT, Powered by LlamaIndex")
51
 
52
  # API Key input
53
  api_key = st.text_input("Enter your Groq API Key", type="password")