adikwok commited on
Commit
cc14159
·
verified ·
1 Parent(s): 551b45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks(title="Groq Chat Interface", theme=gr.themes.Soft(), css="""
221
  curl_btn = gr.Button("📋 Generate cURL Example", variant="primary")
222
  curl_output = gr.Code(
223
  label="cURL Command",
224
- language="bash",
225
  lines=8
226
  )
227
  curl_btn.click(manual_curl_example, outputs=[curl_output])
 
221
  curl_btn = gr.Button("📋 Generate cURL Example", variant="primary")
222
  curl_output = gr.Code(
223
  label="cURL Command",
224
+ language="shell",
225
  lines=8
226
  )
227
  curl_btn.click(manual_curl_example, outputs=[curl_output])