Spaces:
Running
Running
Update app.py
Browse files
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:
|