Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|