darshit0503 commited on
Commit
dd37550
·
1 Parent(s): 37219a0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ st.set_page_config(page_title="Generate Therapy Answers🤖",
24
  # ## Prompt Template
25
 
26
 
27
- url = "http://localhost:11434/api/generate"
28
 
29
  headers = {
30
  'Content-Type': 'application/json',
 
24
  # ## Prompt Template
25
 
26
 
27
+ url = "https://localhost/api/generate"
28
 
29
  headers = {
30
  'Content-Type': 'application/json',