danhtran2mind commited on
Commit
c97ce95
·
verified ·
1 Parent(s): bcb7387

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -0
gradio_app.py CHANGED
@@ -18,6 +18,10 @@ DESCRIPTION = '''
18
  <strong><span class="intro-icon">ℹ️</span> Notice:</strong> For research purposes only. AI responses may have limitations due to development, datasets, and architecture. <strong>Always consult a medical professional for health advice 🩺</strong>.
19
  </div>
20
  '''
 
 
 
 
21
  # Read CSS content
22
  with open("static/style.css", "r") as file:
23
  CSS = file.read()
 
18
  <strong><span class="intro-icon">ℹ️</span> Notice:</strong> For research purposes only. AI responses may have limitations due to development, datasets, and architecture. <strong>Always consult a medical professional for health advice 🩺</strong>.
19
  </div>
20
  '''
21
+
22
+ import seedir as sd
23
+ sd.seedir(".")
24
+
25
  # Read CSS content
26
  with open("static/style.css", "r") as file:
27
  CSS = file.read()