ysharma HF Staff commited on
Commit
2a44cb7
·
verified ·
1 Parent(s): 4fdd436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import random
3
  import time
4
-
5
 
6
  def textbox_dynamic(example: str):
7
  yield gr.Textbox(placeholder="Ask something like, What is 2+2?")
 
1
  import gradio as gr
2
  import random
3
  import time
4
+ import itertools
5
 
6
  def textbox_dynamic(example: str):
7
  yield gr.Textbox(placeholder="Ask something like, What is 2+2?")