steve7909 commited on
Commit
94d7060
·
1 Parent(s): 3221c51
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +0 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: EvaLingo
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 4.23.0
 
1
  ---
2
+ title: WEKA EFL Question Generator
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 4.23.0
app.py CHANGED
@@ -20,7 +20,6 @@ client = OpenAI(
20
  # Global variable to control debug printing
21
  DEBUG_MODE = True
22
 
23
-
24
  def debug_print(*args, **kwargs):
25
  if DEBUG_MODE:
26
  print(*args, **kwargs)
 
20
  # Global variable to control debug printing
21
  DEBUG_MODE = True
22
 
 
23
  def debug_print(*args, **kwargs):
24
  if DEBUG_MODE:
25
  print(*args, **kwargs)