bubuuunel commited on
Commit
2fca03a
1 Parent(s): 81bd213

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def predict(user_input,company):
117
  prediction = response.choices[0].message.content.strip()
118
  except Exception as e:
119
 
120
- prediction = f'Sorry, I encountered the following error: \n {e}'
121
 
122
 
123
 
 
117
  prediction = response.choices[0].message.content.strip()
118
  except Exception as e:
119
 
120
+ prediction = f'Sorry, I encountered the following error: \n {e}'
121
 
122
 
123