SatyamD31 commited on
Commit
8427e43
·
verified ·
1 Parent(s): 3d7f838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ torch.classes.__path__ = []
12
 
13
  # Use session state to persist the chatbot instance
14
  if "chatbot" not in st.session_state:
15
- st.session_state.chatbot = FinancialChatbot(data_path="Nestle_Financtial_report_till2023.xlsx")
16
 
17
  def fetch_answer_from_backend(query):
18
  """Calls the backend function to get an answer."""
 
12
 
13
  # Use session state to persist the chatbot instance
14
  if "chatbot" not in st.session_state:
15
+ st.session_state.chatbot = FinancialChatbot()
16
 
17
  def fetch_answer_from_backend(query):
18
  """Calls the backend function to get an answer."""