Curranj commited on
Commit
c6590cd
1 Parent(s): 1d61262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def gpt3(texts):
20
  return x
21
 
22
  # Function to elicit sql response from model
23
- def greet( prompt):
24
  txt= (f'''/*Prompt: {prompt}*/ \n —-SQL Code:\n''')
25
  sql = gpt3(txt)
26
  return sql
 
20
  return x
21
 
22
  # Function to elicit sql response from model
23
+ def greet(prompt):
24
  txt= (f'''/*Prompt: {prompt}*/ \n —-SQL Code:\n''')
25
  sql = gpt3(txt)
26
  return sql