Spaces:
Sleeping
Sleeping
typo update
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks() as demo:
|
|
142 |
|
143 |
with gr.Tab("1. Text Generation"):
|
144 |
with gr.Accordion("Context"):
|
145 |
-
test_case_context = gr.Textbox(label='
|
146 |
open=False,
|
147 |
value='[{"role": "system", "content": "You are a technical and a professional QA manager, working in a technological firm. You provide test cases for a scenario. "}]')
|
148 |
with gr.Row():
|
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
|
|
154 |
|
155 |
with gr.Tab("2. Test Script Generation"):
|
156 |
with gr.Accordion("Context"):
|
157 |
-
test_script_context = gr.Textbox(label='
|
158 |
open=False,
|
159 |
value='[{"role": "system", "content": "You are a technical and a professional QA manager who specializes in Python Unittest, working in a technological firm. You should provide Python Unittest test scripts in for the test case provided"}]')
|
160 |
with gr.Row():
|
|
|
142 |
|
143 |
with gr.Tab("1. Text Generation"):
|
144 |
with gr.Accordion("Context"):
|
145 |
+
test_case_context = gr.Textbox(label='Prompt Context',
|
146 |
open=False,
|
147 |
value='[{"role": "system", "content": "You are a technical and a professional QA manager, working in a technological firm. You provide test cases for a scenario. "}]')
|
148 |
with gr.Row():
|
|
|
154 |
|
155 |
with gr.Tab("2. Test Script Generation"):
|
156 |
with gr.Accordion("Context"):
|
157 |
+
test_script_context = gr.Textbox(label='Prompt Context',
|
158 |
open=False,
|
159 |
value='[{"role": "system", "content": "You are a technical and a professional QA manager who specializes in Python Unittest, working in a technological firm. You should provide Python Unittest test scripts in for the test case provided"}]')
|
160 |
with gr.Row():
|