Michelangiolo commited on
Commit
7b8dc76
1 Parent(s): 361c653
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
  # GPT3 startup pitch writer
49
  """
50
  )
51
- input1 = gr.Radio(["1-minute pitch", "sentence"], label="length", value='sentence')
52
  input2 = gr.Text(headers=["q1"], label="What is the name of your Startup?", value='Goliath AI Consulting')
53
  input3 = gr.Text(headers=["q2"], label="What does your startup do?", value='We build AI Recommendation Systems')
54
  input4 = gr.Radio(["professional", "funny", "innovative", "challenging"], label="Tone", value='innovative')
 
48
  # GPT3 startup pitch writer
49
  """
50
  )
51
+ input1 = gr.Radio(["3-minute pitch", "1-minute pitch", "sentence"], label="length", value='sentence')
52
  input2 = gr.Text(headers=["q1"], label="What is the name of your Startup?", value='Goliath AI Consulting')
53
  input3 = gr.Text(headers=["q2"], label="What does your startup do?", value='We build AI Recommendation Systems')
54
  input4 = gr.Radio(["professional", "funny", "innovative", "challenging"], label="Tone", value='innovative')