zhujiace commited on
Commit
b21a295
·
1 Parent(s): e830b9f
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Kernel Pliot
3
  emoji: ✈️
4
  colorFrom: pink
5
  colorTo: red
 
1
  ---
2
+ title: KernelPliot-V1 Server1
3
  emoji: ✈️
4
  colorFrom: pink
5
  colorTo: red
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(title="KernelPilot", theme=gr.themes.Soft(text_size="lg", font=[
50
  ])) as demo:
51
  gr.Markdown(
52
  """# 🚀 KernelPilot
53
- Enter a natural‑language description ,
54
  then click **Generate** to obtain the kernel function."""
55
  )
56
 
 
50
  ])) as demo:
51
  gr.Markdown(
52
  """# 🚀 KernelPilot
53
+ Enter a natural‑language description,
54
  then click **Generate** to obtain the kernel function."""
55
  )
56