profplate commited on
Commit
48c30b0
·
verified ·
1 Parent(s): 82510b4

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 as gr
2
+ import requests
3
+
4
  def lookup_word(word):
5
  if not word.strip():
6
  return "Please enter a word."