igrisds commited on
Commit
6182f9d
1 Parent(s): 9ad56d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -96,7 +96,11 @@ def get_titan_embedding(bedrock_client, doc_name, text, attempt=0, cutoff=10000)
96
 
97
  # Main Chat
98
  def ask_ds(message, history):
99
-
 
 
 
 
100
  if len(message) == 0:
101
  return
102
 
 
96
 
97
  # Main Chat
98
  def ask_ds(message, history):
99
+ global employee_type
100
+ global division
101
+ global authenticated
102
+ global extractions
103
+
104
  if len(message) == 0:
105
  return
106