Fiacre commited on
Commit
3e00ee2
1 Parent(s): 0dacb0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  model="gpt-3.5-turbo"
8
 
9
  task =f""" Your task is to help a university lecturer create a project scope table for """
10
- formatting = f"""Do this in a tabular format. The table comprises three rows. The first row is a single column labeled "Project Objective". The second row contains two columns labeled "In Scope" and "Out of Scope". The third row is a single column named "Assumptions". Below each of these name, populate with detail content relevant to each title. Give me just the table and no other text."""
11
  default_input = "I am looking to elevate our assessments and enable lecturers to develop more authentic assessments."
12
 
13
  def get_completion(describe_your_project_idea_here):
 
7
  model="gpt-3.5-turbo"
8
 
9
  task =f""" Your task is to help a university lecturer create a project scope table for """
10
+ formatting = f"""Define what is the project objective, in scope, out of scope and assumptions. Do this in a tabular format. The table comprises six rows. The first row is a single column labeled "Project Objective". The second row is a single column stating the project objectives. The thid row contains two columns labeled "In Scope" and "Out of Scope". The fourth row contains two columns describing what is in scope and out of scope. The fifth row is a single column named "Assumptions". The sixth row is a single column describing the assumptions. Below each of these name, populate with detail content relevant to each title."""
11
  default_input = "I am looking to elevate our assessments and enable lecturers to develop more authentic assessments."
12
 
13
  def get_completion(describe_your_project_idea_here):