thedamn commited on
Commit
61683cf
·
1 Parent(s): 3a80c9a

bye commit

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,10 +15,10 @@ def main():
15
  web_scrape(user_url)
16
  curr_path = data_cloning()
17
  query = analyse()
18
- llm_chain=langu()
19
- response_gpt = llm_chain([str(query)])
20
  # Display the response
21
- st.text_area("Bot Response:", value=response_gpt, height=100)
22
  st.text_area("Bot Response:", value=os.system("ls"), height=100)
23
 
24
  if __name__ == "__main__":
 
15
  web_scrape(user_url)
16
  curr_path = data_cloning()
17
  query = analyse()
18
+ #llm_chain=langu()
19
+ #response_gpt = llm_chain([str(query)])
20
  # Display the response
21
+ #st.text_area("Bot Response:", value=response_gpt, height=100)
22
  st.text_area("Bot Response:", value=os.system("ls"), height=100)
23
 
24
  if __name__ == "__main__":