Samuelblue commited on
Commit
7a516a1
·
1 Parent(s): 9597933
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
 
2
 
3
  import gradio
 
4
 
5
  # Create a text input
6
  text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
 
1
 
2
 
3
  import gradio
4
+ import graphics as gr
5
 
6
  # Create a text input
7
  text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")