masadonline commited on
Commit
8872560
·
verified ·
1 Parent(s): 44b1add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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