LeafCat79 commited on
Commit
ad9ddfd
·
verified ·
1 Parent(s): 02b0db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  def lookup_word(word):
2
  if not word.strip():
3
  return "Please enter a word."
 
1
+ import gradio gr
2
+ import requests
3
+
4
  def lookup_word(word):
5
  if not word.strip():
6
  return "Please enter a word."