Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def main():
|
|
| 52 |
word_info = get_word_info(word)
|
| 53 |
|
| 54 |
if word_info:
|
| 55 |
-
st.success(f"**Urdu Meaning:**
|
| 56 |
st.write(f"**Synonyms:** ', '.join(word_info('synonyms')")
|
| 57 |
|
| 58 |
# Update search history
|
|
|
|
| 52 |
word_info = get_word_info(word)
|
| 53 |
|
| 54 |
if word_info:
|
| 55 |
+
st.success(f"**Urdu Meaning:** word_info('urdu_meaning')")
|
| 56 |
st.write(f"**Synonyms:** ', '.join(word_info('synonyms')")
|
| 57 |
|
| 58 |
# Update search history
|