haramkoo commited on
Commit
32c4505
·
1 Parent(s): 217d852

model descriptions and examples draft01

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ examples = [
14
  ]
15
 
16
  # Descriptions for each models
17
- # descriptions = "Interview question remake is a model that..."
18
 
19
  # pass in Strings of model choice and input text for context
20
  def genQuestion(model_choice, context):
 
14
  ]
15
 
16
  # Descriptions for each models
17
+ descriptions = "Interview question remake is a model that..."
18
 
19
  # pass in Strings of model choice and input text for context
20
  def genQuestion(model_choice, context):