Curranj commited on
Commit
0c61469
·
1 Parent(s): 07352c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def gpt3(texts):
24
 
25
  # Function to elicit regex response from model
26
  def greet(prompt):
27
- txt= (f'''Perfect Regex Generator \n #Prompt: {prompt}\n#Regex:\n''')
28
  regex = gpt3(txt)
29
  return regex
30
 
 
24
 
25
  # Function to elicit regex response from model
26
  def greet(prompt):
27
+ txt= (f'''Perfect Python Regex Generator \n #Prompt: {prompt}\n#Regex:\n#''')
28
  regex = gpt3(txt)
29
  return regex
30