Spaces:
Sleeping
Sleeping
Commit ·
38696a1
1
Parent(s): 7b3db3e
update scale
Browse files
app.py
CHANGED
|
@@ -165,6 +165,7 @@ def main():
|
|
| 165 |
|
| 166 |
custom_template = gr.File(
|
| 167 |
label="Custom Template",
|
|
|
|
| 168 |
visible=True)
|
| 169 |
|
| 170 |
with gr.Row():
|
|
@@ -178,7 +179,7 @@ def main():
|
|
| 178 |
|
| 179 |
few_shot = gr.Textbox(
|
| 180 |
label="Few-Shot Examples",
|
| 181 |
-
placeholder="
|
| 182 |
value=config.get("default_few_shot", ""),
|
| 183 |
visible=True)
|
| 184 |
|
|
|
|
| 165 |
|
| 166 |
custom_template = gr.File(
|
| 167 |
label="Custom Template",
|
| 168 |
+
scale=1,
|
| 169 |
visible=True)
|
| 170 |
|
| 171 |
with gr.Row():
|
|
|
|
| 179 |
|
| 180 |
few_shot = gr.Textbox(
|
| 181 |
label="Few-Shot Examples",
|
| 182 |
+
placeholder=config.get("default_few_shot", ""),
|
| 183 |
value=config.get("default_few_shot", ""),
|
| 184 |
visible=True)
|
| 185 |
|