ilsa15 commited on
Commit
4fd9d2a
·
verified ·
1 Parent(s): dcf978d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def ask_groq(context, question):
269
  )
270
  return chat_completion.choices[0].message.content.strip()
271
 
272
- --- STREAMLIT APP ---
273
  def main():
274
  st.set_page_config(page_title="EduBot for iCodeGuru", layout="wide")
275
  st.title("🎓 EduBot for @icodeguru0")
 
269
  )
270
  return chat_completion.choices[0].message.content.strip()
271
 
272
+ #--- STREAMLIT APP ---
273
  def main():
274
  st.set_page_config(page_title="EduBot for iCodeGuru", layout="wide")
275
  st.title("🎓 EduBot for @icodeguru0")