Th3Nic3Guy commited on
Commit
e95d68e
·
1 Parent(s): 5e39fd4

updating code

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,10 +14,10 @@ load_dotenv()
14
 
15
  BASE_API_URL = "https://api.langflow.astra.datastax.com"
16
  LANGFLOW_ID = "e99b525a-84dd-4cf2-bac6-8e5ebc6a7d17"
17
- FLOW_ID = "fa9291fe-1ddd-4503-b438-f090dd76994d"
18
  DATASTAX_TOKEN = os.getenv('DATASTAX_TOKEN')
19
 
20
- ENDPOINT = 'beauty_advisor'
21
 
22
  TWEAKS = {
23
  "Memory-fCuCs": {
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  chat_interface = gr.ChatInterface(
124
  call_ai,
125
  type='messages',
126
- title="AI Beauty Partner",
127
  additional_inputs=[session],
128
  autofocus=True,
129
  fill_height=True,
 
14
 
15
  BASE_API_URL = "https://api.langflow.astra.datastax.com"
16
  LANGFLOW_ID = "e99b525a-84dd-4cf2-bac6-8e5ebc6a7d17"
17
+ FLOW_ID = "a8cd8b38-ad8b-4796-bb45-9e5877c8550a"
18
  DATASTAX_TOKEN = os.getenv('DATASTAX_TOKEN')
19
 
20
+ ENDPOINT = 'fashion_advisor'
21
 
22
  TWEAKS = {
23
  "Memory-fCuCs": {
 
123
  chat_interface = gr.ChatInterface(
124
  call_ai,
125
  type='messages',
126
+ title="AI Fashion Partner",
127
  additional_inputs=[session],
128
  autofocus=True,
129
  fill_height=True,