ysharma HF staff commited on
Commit
d5fb975
1 Parent(s): dc291ae
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,6 +107,7 @@ def display_vid(url, question, sample_question=None):
107
  def set_example_question(sample_question):
108
  print(f"******* Inside Sample Questions ********")
109
  print(f"Sample Question coming from Radio box is : {sample_question}")
 
110
  return gr.Radio.update(value=sample_question) #input_ques.update(example)
111
 
112
  demo = gr.Blocks()
 
107
  def set_example_question(sample_question):
108
  print(f"******* Inside Sample Questions ********")
109
  print(f"Sample Question coming from Radio box is : {sample_question}")
110
+ print("What is the Return value : {gr.Radio.update(value=sample_question)}")
111
  return gr.Radio.update(value=sample_question) #input_ques.update(example)
112
 
113
  demo = gr.Blocks()