Curranj commited on
Commit
4bcce1e
·
1 Parent(s): 4315cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def gpt3(texts):
27
 
28
  # Function to elicit sql response from model
29
  def greet( prompt):
30
- txt= (f'''/*Prompt: {prompt}*/ \n --SQL Code:''')
31
  sql = gpt3(txt)
32
  return sql
33
 
 
27
 
28
  # Function to elicit sql response from model
29
  def greet( prompt):
30
+ txt= (f'''/*Prompt: {prompt}*/ \n —-SQL Code:''')
31
  sql = gpt3(txt)
32
  return sql
33