rishabh5752 commited on
Commit
4e432cb
Β·
1 Parent(s): 27ffd27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ from typing import List, Union
8
  from langchain.schema import AgentAction, AgentFinish
9
  import re
10
  import os
11
- from credentials import OPENAI_API_KEY
12
  from templates import template_for_has_cancer, template_for_does_not_have_cancer
13
  from utils import cancer_category
14
  from main1 import predict
 
8
  from langchain.schema import AgentAction, AgentFinish
9
  import re
10
  import os
 
11
  from templates import template_for_has_cancer, template_for_does_not_have_cancer
12
  from utils import cancer_category
13
  from main1 import predict