abhi12ravi commited on
Commit
a02907f
1 Parent(s): 7880513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def generate_response(input, history):
4
  #Hit the API and get results
 
1
  import gradio as gr
2
+ import random
3
 
4
  def generate_response(input, history):
5
  #Hit the API and get results