Tamil Eniyan commited on
Commit
c521252
·
1 Parent(s): bebbe8f

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def get_curated_pair(query, curated_qa, embed_model, threshold=1.0):
78
  return None
79
 
80
  def main():
81
- st.title("PDF Question-Answering App")
82
 
83
  # Initialize conversation history if not already set
84
  if 'conversation_history' not in st.session_state:
 
78
  return None
79
 
80
  def main():
81
+ st.title("Takalama")
82
 
83
  # Initialize conversation history if not already set
84
  if 'conversation_history' not in st.session_state: