Urvxshhhhh0201 commited on
Commit
8eff66f
Β·
verified Β·
1 Parent(s): 217e8ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- CodeMentor Automata - Main Gradio App
3
  """
4
  import os
5
  import difflib
@@ -80,7 +80,7 @@ def _citation_cards_html(citations: list) -> str:
80
  def build_session_report(code, language, level, breakdown_md, analogy_md,
81
  errors_md, cleanup_md, optimal_md, docs_md, resources_md) -> str:
82
  report = (
83
- "# CodeMentor Automata β€” Session Report\n\n"
84
  f"**Language:** {language} | **Explanation level:** {level}\n\n"
85
  "## Original Code\n"
86
  f"```{language}\n{code}\n```\n\n"
@@ -382,8 +382,8 @@ def on_refresh_progress():
382
  # UI
383
  # ---------------------------------------------------------------------------
384
 
385
- with gr.Blocks(title="CodeMentor Automata") as demo:
386
- gr.Markdown("# πŸ§‘β€πŸ’» CodeMentor Automata\nYour personal, execution-verified coding coach.")
387
 
388
  state_last_code = gr.State("")
389
  _initial_table, _initial_chart, _initial_summary = get_progress_snapshot()
 
1
  """
2
+ CodeMentor PRO - Main Gradio App
3
  """
4
  import os
5
  import difflib
 
80
  def build_session_report(code, language, level, breakdown_md, analogy_md,
81
  errors_md, cleanup_md, optimal_md, docs_md, resources_md) -> str:
82
  report = (
83
+ "# CodeMentor PRO β€” Session Report\n\n"
84
  f"**Language:** {language} | **Explanation level:** {level}\n\n"
85
  "## Original Code\n"
86
  f"```{language}\n{code}\n```\n\n"
 
382
  # UI
383
  # ---------------------------------------------------------------------------
384
 
385
+ with gr.Blocks(title="CodeMentor PRO") as demo:
386
+ gr.Markdown("# πŸ§‘β€πŸ’» CodeMentor PRO\nYour personal, execution-verified coding coach.")
387
 
388
  state_last_code = gr.State("")
389
  _initial_table, _initial_chart, _initial_summary = get_progress_snapshot()