anmolsahai commited on
Commit
409e166
1 Parent(s): d2b6359
Files changed (2) hide show
  1. app.py +0 -5
  2. requirements.txt +2 -1
app.py CHANGED
@@ -5,10 +5,6 @@ from langchain_core.prompts import PromptTemplate
5
  from google.cloud import aiplatform
6
  import streamlit as st
7
  import json
8
- import vertexai
9
- from vertexai.generative_models import GenerativeModel, Part, FinishReason
10
- import vertexai.preview.generative_models as generative_models
11
-
12
 
13
  # Function to pad base64 strings
14
  def pad_base64(base64_string):
@@ -46,7 +42,6 @@ Do you charge for APSN transactions?: {apsn_transactions}
46
  How many overdraft fees per day can be charged?: {max_fees_per_day}
47
  What is the minimum amount overdrawn to incur a fee?: ${min_overdrawn_fee}
48
  What is the minimum transaction amount to trigger an overdraft?: ${min_transaction_overdraft}
49
-
50
  Please output in the following format:
51
  {{entire updated disclosure text with changes bolded}}
52
  ------
 
5
  from google.cloud import aiplatform
6
  import streamlit as st
7
  import json
 
 
 
 
8
 
9
  # Function to pad base64 strings
10
  def pad_base64(base64_string):
 
42
  How many overdraft fees per day can be charged?: {max_fees_per_day}
43
  What is the minimum amount overdrawn to incur a fee?: ${min_overdrawn_fee}
44
  What is the minimum transaction amount to trigger an overdraft?: ${min_transaction_overdraft}
 
45
  Please output in the following format:
46
  {{entire updated disclosure text with changes bolded}}
47
  ------
requirements.txt CHANGED
@@ -23,4 +23,5 @@ docxcompose
23
  google-cloud-aiplatform==1.12.0
24
  pdfminer.six==20201018
25
  langchain-core
26
- shapely
 
 
23
  google-cloud-aiplatform==1.12.0
24
  pdfminer.six==20201018
25
  langchain-core
26
+ shapely==1.8.0
27
+ google-cloud-aiplatform