bye3222 commit
Browse files
app.py
CHANGED
@@ -15,11 +15,11 @@ def main():
|
|
15 |
web_scrape(user_url)
|
16 |
curr_path = data_cloning()
|
17 |
query = analyse()
|
18 |
-
|
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=sp.check_output(
|
23 |
|
24 |
if __name__ == "__main__":
|
25 |
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=sp.check_output(['ls','-la','/tmp']), height=100)
|
23 |
|
24 |
if __name__ == "__main__":
|
25 |
main()
|