Commit ·
e95d68e
1
Parent(s): 5e39fd4
updating code
Browse files
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 = "
|
| 18 |
DATASTAX_TOKEN = os.getenv('DATASTAX_TOKEN')
|
| 19 |
|
| 20 |
-
ENDPOINT = '
|
| 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
|
| 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,
|