Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,12 +133,12 @@ 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 |
|
140 |
with gr.Column():
|
141 |
-
fw = gr.Dropdown(["Python, unittest", "Java, JUnit"], label="Framework"
|
142 |
ts_button = gr.Button("Generate Test Script")
|
143 |
test_script = gr.Textbox(label="Test Script")
|
144 |
|
|
|
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 |
|
140 |
with gr.Column():
|
141 |
+
fw = gr.Dropdown(["Python, unittest", "Java, JUnit"], label="Framework"),
|
142 |
ts_button = gr.Button("Generate Test Script")
|
143 |
test_script = gr.Textbox(label="Test Script")
|
144 |
|