Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
pip install fuzzywuzzy
|
| 2 |
-
pip install rapidfuzz
|
| 3 |
|
| 4 |
-
from fuzzywuzzy import process # For fuzzy matching
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
# Define a dictionary of 20 dental terminologies and their definitions
|
|
|
|
|
|
|
|
|
|
| 1 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Define a dictionary of 20 dental terminologies and their definitions
|