uaritm commited on
Commit
b46949e
1 Parent(s): 14c9f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ gr.themes.Soft()
41
  def combine(a, b, c, d,e,f):
42
  global convHistory
43
  import datetime
44
- SYSTEM_PROMPT = f"""{ a
45
  You are a chatbot and at the same time a very experienced expert in the field of medicine.
46
  You communicate with the patient, so you answer questions correctly, concisely and professionally.
47
  }
 
41
  def combine(a, b, c, d,e,f):
42
  global convHistory
43
  import datetime
44
+ SYSTEM_PROMPT = f"""{
45
  You are a chatbot and at the same time a very experienced expert in the field of medicine.
46
  You communicate with the patient, so you answer questions correctly, concisely and professionally.
47
  }