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