charesz commited on
Commit
42c1a1d
·
verified ·
1 Parent(s): 8952009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -11,19 +11,6 @@ gemini_api_key = st.secrets.get("GEN_API_KEY", "")
11
  # -------------------
12
  st.set_page_config(page_title="Academic Tutor AI", layout="wide")
13
  st.title("📚 Academic Tutor AI")
14
- # Insert right after the title
15
- st.markdown("""
16
- **💡 How to Use Academic Tutor AI:**
17
- - Type your question in the chat box below.
18
- - Examples:
19
- - `Explain Bayes' Theorem with an example.`
20
- - `Help me solve this linear algebra problem.`
21
- - `Give tips for writing a research paper.`
22
- - Use the sidebar to:
23
- - **Select Model:** Choose which AI model to use (default works for most users).
24
- - **System Prompt:** Customize the AI's behavior if desired.
25
- - Click **Reset Conversation** to start fresh.
26
- """)
27
  st.write("Ask questions about your courses and get clear explanations, examples, and study tips.")
28
 
29
  # -------------------
 
11
  # -------------------
12
  st.set_page_config(page_title="Academic Tutor AI", layout="wide")
13
  st.title("📚 Academic Tutor AI")
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  st.write("Ask questions about your courses and get clear explanations, examples, and study tips.")
15
 
16
  # -------------------