Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
|
|
133 |
with gr.Row() as text_to_image:
|
134 |
|
135 |
with gr.Column():
|
136 |
-
test_case_topic = gr.Textbox(label='Functional Usecase', value='VR Headset Battery Installation')
|
137 |
tc_button = gr.Button("Generate Test Case")
|
138 |
test_case = gr.Textbox(label="Test Case")
|
139 |
|
|
|
133 |
with gr.Row() as text_to_image:
|
134 |
|
135 |
with gr.Column():
|
136 |
+
test_case_topic = gr.Textbox(label='Functional Usecase', value='VR Headset Battery Installation', info="Descriptive usecase to generate Test Cases for")
|
137 |
tc_button = gr.Button("Generate Test Case")
|
138 |
test_case = gr.Textbox(label="Test Case")
|
139 |
|