Mehul Patel commited on
Commit
c67297b
·
1 Parent(s): 5487a42

updated rasa client url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ import custom_logging
89
  logger = logging.getLogger("gradio_app")
90
  logger.important(f"Logger handlers: {logger.handlers}")
91
 
92
- rasa_io_url = "https://clairify.ai/socket.io"
93
  theme = gr.themes.Default(primary_hue="cyan", secondary_hue="violet")
94
 
95
  with gr.Blocks(theme=theme) as demo:
 
89
  logger = logging.getLogger("gradio_app")
90
  logger.important(f"Logger handlers: {logger.handlers}")
91
 
92
+ rasa_io_url = "https://chat.clairify.ai/socket.io"
93
  theme = gr.themes.Default(primary_hue="cyan", secondary_hue="violet")
94
 
95
  with gr.Blocks(theme=theme) as demo: