TheHickman commited on
Commit
bc467fb
·
verified ·
1 Parent(s): 804d37d

Upadted page switching

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -454,9 +454,9 @@ document.addEventListener("mouseup", () => {
454
  nav_bar = gr.Radio(
455
  choices=[
456
  "Text Generation",
457
- "Question and Answer",
458
  "Summarisation",
459
- "Image Generation"
460
  ],
461
  value="Text Generation",
462
  label="Topics",
 
454
  nav_bar = gr.Radio(
455
  choices=[
456
  "Text Generation",
457
+ "Question Answering",
458
  "Summarisation",
459
+ "Text-to-Image",
460
  ],
461
  value="Text Generation",
462
  label="Topics",