Bofandra commited on
Commit
76e7c7e
·
verified ·
1 Parent(s): 7ff406f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import requests
3
  import os
4
  import requests
 
5
 
6
  # Gradio-compatible data loading (as before)
7
  with open("top_500_quran_lemmas_fixed.json", encoding="utf-8") as f:
 
2
  import requests
3
  import os
4
  import requests
5
+ import json
6
 
7
  # Gradio-compatible data loading (as before)
8
  with open("top_500_quran_lemmas_fixed.json", encoding="utf-8") as f: