wintergw commited on
Commit
7702982
·
verified ·
1 Parent(s): 404c948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ from peft import PeftModel
72
 
73
 
74
  # Set page config as the FIRST command
75
- st.set_page_config(page_title="📐 Math Assignment Optimizer", layout="wide")
76
 
77
  # Helper function to clean up cache
78
  def clear_cache(cache_dir="private_space_cache"):
 
72
 
73
 
74
  # Set page config as the FIRST command
75
+ #st.set_page_config(page_title="📐 Math Assignment Optimizer", layout="wide")
76
 
77
  # Helper function to clean up cache
78
  def clear_cache(cache_dir="private_space_cache"):