C10X commited on
Commit
700d5f1
·
verified ·
1 Parent(s): 7249053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ DESCRIPTION_MD = """
72
 
73
  # --- Helper Functions ---
74
  # ==============================================================================
75
- # --- HATAYI GİDEREN DÜZELTME BURADA ---
76
- # `escape` fonksiyonu doğru ve orijinal haline geri getirildi.
77
  # ==============================================================================
78
  def escape(s: str) -> str:
79
  """Escape special characters for safe HTML display."""
 
72
 
73
  # --- Helper Functions ---
74
  # ==============================================================================
75
+ # --- HATAYI GİDEREN KESİN DÜZELTME BURADA ---
76
+ # `escape` fonksiyonu, olması gereken doğru haline geri getirildi.
77
  # ==============================================================================
78
  def escape(s: str) -> str:
79
  """Escape special characters for safe HTML display."""