kajila commited on
Commit
2cebf72
·
verified ·
1 Parent(s): 02018c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def predict(user_input, company):
103
  prediction = response['choices'][0]['message']['content']
104
  #except Exception as e:
105
  # This will run if an exception occurs
106
- prediction = str(e)
107
 
108
  # Print the prediction or error
109
  print(prediction)
 
103
  prediction = response['choices'][0]['message']['content']
104
  #except Exception as e:
105
  # This will run if an exception occurs
106
+ prediction = str(e)
107
 
108
  # Print the prediction or error
109
  print(prediction)