Rajagopal commited on
Commit
9f220ea
·
1 Parent(s): c2c192a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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
- if st.button("Ask French "):
 
 
96
  template = """
97
- You are an expert on topics of Sustainability, Climate action and UN Sustainable Development Goals.
98
- Explain the concept of {concept} like i am a five in French
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(