ranamhamoud commited on
Commit
e678653
·
verified ·
1 Parent(s): fbc1dd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ class Story(Document):
53
 
54
  # Utility function for prompts
55
  def make_prompt(entry):
56
- return f"### Human: Don't repeat the assesments, {entry} ### Assistant:"
57
  # f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 800 WORDS: {entry}"
58
 
59
  # Gradio Function
 
53
 
54
  # Utility function for prompts
55
  def make_prompt(entry):
56
+ return f"### Human: Don't repeat the assesments, limit to 500 words {entry} ### Assistant:"
57
  # f"TELL A STORY, RELATE TO COMPUTER SCIENCE, INCLUDE ASSESMENTS. MAKE IT REALISTIC AND AROUND 800 WORDS: {entry}"
58
 
59
  # Gradio Function