Kailxzz commited on
Commit
4fb49a4
1 Parent(s): 4b1477c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ interactive_iface = gr.Interface(
62
  ],
63
  outputs=[
64
  gr.Textbox(label="Real-Time Feedback", placeholder="Real-time feedback will appear here...", lines=1),
65
- gr.HTML(label="Generated Code", placeholder="Generated code will appear here...")
66
  ],
67
  title="Enhanced Code Assistant",
68
  description="Enter your prompt and get responses from the code generation model. Adjust the max length and temperature to customize the output."
 
62
  ],
63
  outputs=[
64
  gr.Textbox(label="Real-Time Feedback", placeholder="Real-time feedback will appear here...", lines=1),
65
+ gr.HTML(label="Generated Code")
66
  ],
67
  title="Enhanced Code Assistant",
68
  description="Enter your prompt and get responses from the code generation model. Adjust the max length and temperature to customize the output."