parvalijaved commited on
Commit
4e8efd7
1 Parent(s): 7555941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import json
2
  import streamlit as st
3
 
4
  # Load the JSON data from the specified file path
5
- file_path = '/verse.json'
6
  with open(file_path, 'r', encoding='utf-8') as f:
7
  data = json.load(f)
8
 
 
2
  import streamlit as st
3
 
4
  # Load the JSON data from the specified file path
5
+ file_path = 'verse.json'
6
  with open(file_path, 'r', encoding='utf-8') as f:
7
  data = json.load(f)
8