AhmedEwis commited on
Commit
73e43fa
1 Parent(s): 7698062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -658,7 +658,7 @@ outputs = gr.outputs.Textbox(label="Answer:")
658
 
659
 
660
  # Provide an absolute path to the CSV file
661
- csv_file_path = os.path.abspath('https://huggingface.co/spaces/AhmedEwis/Shagardi_chatbot/blob/main/questions.csv')
662
 
663
  def run_app(input):
664
  answer = run_chain(input)
 
658
 
659
 
660
  # Provide an absolute path to the CSV file
661
+ csv_file_path = os.path.abspath('questions.csv')
662
 
663
  def run_app(input):
664
  answer = run_chain(input)