Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,10 +85,10 @@ def choice_group_d(var_Test):
|
|
| 85 |
return gen_event
|
| 86 |
|
| 87 |
def test_pass(test_pass):
|
| 88 |
-
print(test_pass
|
| 89 |
-
if test_pass
|
| 90 |
test_p=True
|
| 91 |
-
|
| 92 |
|
| 93 |
def gen_fn(model_str, prompt):
|
| 94 |
if model_str == 'NA':
|
|
|
|
| 85 |
return gen_event
|
| 86 |
|
| 87 |
def test_pass(test_pass):
|
| 88 |
+
print(test_pass)
|
| 89 |
+
if test_pass==p:
|
| 90 |
test_p=True
|
| 91 |
+
print(test_p)
|
| 92 |
|
| 93 |
def gen_fn(model_str, prompt):
|
| 94 |
if model_str == 'NA':
|