omarash2016 commited on
Commit
2f27beb
·
verified ·
1 Parent(s): 144b12e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -58,27 +58,27 @@ A “Slate” themed distraction-free full-screen learning interface.
58
  MCP Integration
59
  Modular architecture using server.py to handle safe file operations and code execution.
60
 
61
- 🛠️ How to Use
62
 
63
- Open the HuggingFace Space
64
 
65
- Ask a question such as:
66
 
67
- "How do Python dictionaries work?"
68
 
69
- "Write a script for Fibonacci numbers."
70
 
71
- Watch the agent:
72
 
73
- Explain the concept
74
 
75
- Write the Python file (e.g., demo_dict.py)
76
 
77
- Execute it and show the output
78
 
79
- Explore the Learning Dashboard for videos, articles, and quizzes
80
 
81
- Use Focus Mode to switch to a clean, immersive UI
82
 
83
  # 🎥 Demo Video
84
 
@@ -99,7 +99,7 @@ Gradio app with MCP server support
99
 
100
  NEBIUS_API_KEY environment variable for LLM inference (openai/gpt-oss-20b)
101
 
102
- Python dependencies:
103
  gradio, langgraph, mcp, langchain_openai
104
 
105
 
 
58
  MCP Integration
59
  Modular architecture using server.py to handle safe file operations and code execution.
60
 
61
+ # 🛠️ How to Use
62
 
63
+ 1. Open the HuggingFace Space
64
 
65
+ 2. Ask a question such as:
66
 
67
+ -"How do Python dictionaries work?"
68
 
69
+ -"Write a script for Fibonacci numbers."
70
 
71
+ 3. Watch the agent:
72
 
73
+ -Explain the concept
74
 
75
+ -Write the Python file (e.g., demo_dict.py)
76
 
77
+ -Execute it and show the output
78
 
79
+ 4. Explore the Learning Dashboard for videos, articles, and quizzes
80
 
81
+ 5. Use Focus Mode to switch to a clean, immersive UI
82
 
83
  # 🎥 Demo Video
84
 
 
99
 
100
  NEBIUS_API_KEY environment variable for LLM inference (openai/gpt-oss-20b)
101
 
102
+ # Python dependencies:
103
  gradio, langgraph, mcp, langchain_openai
104
 
105