Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import numpy as np
|
|
10 |
from twilio.rest import Client
|
11 |
from groq import Groq
|
12 |
import re # Import re module
|
13 |
-
|
14 |
# --- Page Configuration ---
|
15 |
st.set_page_config(page_title="RAG Customer Support Chatbot", layout="wide")
|
16 |
|
|
|
10 |
from twilio.rest import Client
|
11 |
from groq import Groq
|
12 |
import re # Import re module
|
13 |
+
|
14 |
# --- Page Configuration ---
|
15 |
st.set_page_config(page_title="RAG Customer Support Chatbot", layout="wide")
|
16 |
|