Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ def ask_groq(context, question):
|
|
| 269 |
)
|
| 270 |
return chat_completion.choices[0].message.content.strip()
|
| 271 |
|
| 272 |
-
|
| 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")
|