Spaces:
Runtime error
Runtime error
update
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 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)
|