Spaces:
Build error
Build error
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()
|