mgokg commited on
Commit
33d5e28
·
verified ·
1 Parent(s): 4283251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ secreturl = os.environ.get('secret_url')
10
  def parse_links(prompt):
11
  #anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
12
  Name=prompt
13
- outputs.value = "# Bitte warten"
14
  #suite your prompt to your needs
15
  anfrage ="""
16
  instruction: you are a json expert and your job is extracting information from text, generating valid json and return a json object only. do not return any text. halte dich an das vorgegebene json schema.
 
10
  def parse_links(prompt):
11
  #anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
12
  Name=prompt
13
+ #outputs.value = "# Bitte warten"
14
  #suite your prompt to your needs
15
  anfrage ="""
16
  instruction: you are a json expert and your job is extracting information from text, generating valid json and return a json object only. do not return any text. halte dich an das vorgegebene json schema.