tomhagen1989 commited on
Commit
8f01796
1 Parent(s): ebbe8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import tempfile
5
  import google.generativeai as genai
6
  import os
7
 
8
- prompt_filepath = "system_instruction.txt"
9
  def read_system_instruction_from_file(filepath):
10
  try:
11
  with open(filepath, 'r') as f:
 
5
  import google.generativeai as genai
6
  import os
7
 
8
+ prompt_filepath = "./system_instructions.txt"
9
  def read_system_instruction_from_file(filepath):
10
  try:
11
  with open(filepath, 'r') as f: