nghweigeok commited on
Commit
ada7d0f
·
verified ·
1 Parent(s): 4737deb

Remove instruction text

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -97,21 +97,6 @@ with gr.Blocks() as demo:
97
  visible=True,
98
  )
99
 
100
- gr.Markdown(
101
- "<b>Try our TrustAI.</b><br>"
102
- + "1)<b> Prompt the AI</b> to generate specific marketing material. You can either:<br><br>"
103
- + "a) <b>Copy and paste</b> this prompt into the AI field: <br><br>"
104
- + "<i>''What: Write an invite email for the launch of the new T-Roc on October 23 at 5pm. </i><br>"
105
- + "<i>Tone: Enthusiastic, exuberant inviting.</i><br>"
106
- + "<i>Highlights: e, hybrid, low fuel petrol model and interior design. Find highlights, awards and especailly specific names of the audio system or lighting options. Say what it means for a customer's driving experience.</i><br>"
107
- + "<i>Proofpoint use: Connect them naturally and creatively with themes like 'working with unions to develop future plans .....and create a better quality of life for all of us. The car specifics experiences and high tech are results of that and Testament to that philosophy. Add to the proof points that we have just invested ino the US's Tesla competitor, further acceleting or e and self-drive push to develop the world's very best for you today and tomorrow. </i><br>"
108
- + "<i>Call to Action: Come, meet our team, enjoy a drink and snacks and the company of many other Volkswagen customers. 'RSVP' now button.''</i><br><br>"
109
- + "or b) Alternatively, you can <b>write your own prompts</b> for customers or prospects in this format:<br><br>"
110
- + "<i>''Find reasons why I can trust [your company] in [which trust bucket] and write [define what you want it to write]''</i><br><br>"
111
- + "Remember, AI is only as good as your prompt and it's always only the starting point.<br>",
112
- visible=True,
113
- )
114
-
115
  # Text input box for the user to enter their prompt
116
  prompt_input = gr.Textbox(
117
  lines=2,
@@ -122,7 +107,7 @@ with gr.Blocks() as demo:
122
 
123
  # with gr.Column():
124
  gr.Markdown(
125
- "2)<b> Click 'Submit'</b> and our TrustAI will generate responses based on your input prompt.",
126
  visible=True,
127
  )
128
 
 
97
  visible=True,
98
  )
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  # Text input box for the user to enter their prompt
101
  prompt_input = gr.Textbox(
102
  lines=2,
 
107
 
108
  # with gr.Column():
109
  gr.Markdown(
110
+ "<b> Click 'Submit'</b> and our TrustAI will generate responses based on your input prompt.",
111
  visible=True,
112
  )
113