polpoDevs commited on
Commit
8928f7d
·
verified ·
1 Parent(s): 4187a8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -66,8 +66,6 @@ def get_answer(chatbot, input_text):
66
  return output
67
 
68
 
69
-
70
-
71
  chatbot = generate_with_llama_chat(my_config)
72
  text = st.text_area("Enter text to summarize here.")
73
 
 
66
  return output
67
 
68
 
 
 
69
  chatbot = generate_with_llama_chat(my_config)
70
  text = st.text_area("Enter text to summarize here.")
71