Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,13 +120,7 @@ with gr.Blocks(title="Python Code Generator") as demo:
|
|
| 120 |
lines=4,
|
| 121 |
)
|
| 122 |
|
| 123 |
-
|
| 124 |
-
gr.Examples(
|
| 125 |
-
examples=[[PAPER_PROMPT]],
|
| 126 |
-
inputs=[instruction_input],
|
| 127 |
-
label="Try the paper's hash_ example",
|
| 128 |
-
)
|
| 129 |
-
|
| 130 |
is_first = gr.State(True)
|
| 131 |
|
| 132 |
submit_btn = gr.Button("Generate Code")
|
|
|
|
| 120 |
lines=4,
|
| 121 |
)
|
| 122 |
|
| 123 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
is_first = gr.State(True)
|
| 125 |
|
| 126 |
submit_btn = gr.Button("Generate Code")
|