Docfile commited on
Commit
2f8aa67
·
verified ·
1 Parent(s): 2de1d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,8 @@ def generate_data(subject, input_field, difficulty):
24
 
25
  response = model_simple.generate_content(q)
26
 
 
 
27
  e = response.text
28
 
29
 
 
24
 
25
  response = model_simple.generate_content(q)
26
 
27
+ print(" Yeah ")
28
+
29
  e = response.text
30
 
31