venkat-n-1983 commited on
Commit
1cda76d
·
verified ·
1 Parent(s): ce4a8ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -120,13 +120,7 @@ with gr.Blocks(title="Python Code Generator") as demo:
120
  lines=4,
121
  )
122
 
123
- # 🔹 Example prompt from the paper (click to fill the textbox)
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")