abi-codes commited on
Commit
e886d41
·
verified ·
1 Parent(s): 46bfdb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,12 +8,12 @@ import random
8
  client=InferenceClient("Qwen/Qwen2.5-72B-Instruct")
9
  #step 2 form semntic search(read file)
10
  # Open the water_cycle.txt file in read mode with UTF-8 encoding
11
- with open("water_cycle.txt", "r", encoding="utf-8") as file:
12
  # Read the entire contents of the file and store it in a variable
13
- water_cycle_text = file.read()
14
 
15
  # Print the text below
16
- print(water_cycle_text)
17
 
18
  def respond(message, history):
19
  #responses = ["Yes", "No"]
 
8
  client=InferenceClient("Qwen/Qwen2.5-72B-Instruct")
9
  #step 2 form semntic search(read file)
10
  # Open the water_cycle.txt file in read mode with UTF-8 encoding
11
+ with open("Safe_restaurant", "r", encoding="utf-8") as file:
12
  # Read the entire contents of the file and store it in a variable
13
+ Safe_restaurant = file.read()
14
 
15
  # Print the text below
16
+ print(Safe_restaurant)
17
 
18
  def respond(message, history):
19
  #responses = ["Yes", "No"]