Update app.py
Browse files
app.py
CHANGED
@@ -92,10 +92,12 @@ if st.button("Summerize "):
|
|
92 |
yourquestion = st.text_input('Your topic', 'netzero')
|
93 |
st.write('Your input is ', yourquestion)
|
94 |
|
95 |
-
|
|
|
|
|
96 |
template = """
|
97 |
-
You are an
|
98 |
-
|
99 |
"""
|
100 |
|
101 |
prompt = PromptTemplate(
|
|
|
92 |
yourquestion = st.text_input('Your topic', 'netzero')
|
93 |
st.write('Your input is ', yourquestion)
|
94 |
|
95 |
+
|
96 |
+
|
97 |
+
if st.button("Ask Questions "):
|
98 |
template = """
|
99 |
+
You are an AI assistant.
|
100 |
+
{concept}
|
101 |
"""
|
102 |
|
103 |
prompt = PromptTemplate(
|