srush HF staff commited on
Commit
863c66b
1 Parent(s): c56e6b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ body {
36
  with gr.Blocks(css=CSS, theme=gr.themes.Monochrome()) as demo:
37
  gr.HTML("<center style='background:#B6B7BA'> <span class='head'>Mini</span><img src='https://user-images.githubusercontent.com/35882/227017900-0cacdfb7-37e2-47b1-9347-a233810d3544.png' width='20%' style='display:inline'><span class='head'>Chain</span></center><center> <br><a href='https://github.com/srush/minichain'>[library]</a> </center>")
38
 
39
- gr.TabbedInterface([math_demo, qa, agent, chat, gatsby, ner, bash, pal, table, gradio_example, stats, selfask],
40
- ["Math", "QA", "Agent", "Chat", "Book", "NER", "Bash", "PAL", "Table", "Gradio", "Stats", "SelfAsk"],
41
  css = CSS)
42
 
43
  demo.queue().launch()
 
36
  with gr.Blocks(css=CSS, theme=gr.themes.Monochrome()) as demo:
37
  gr.HTML("<center style='background:#B6B7BA'> <span class='head'>Mini</span><img src='https://user-images.githubusercontent.com/35882/227017900-0cacdfb7-37e2-47b1-9347-a233810d3544.png' width='20%' style='display:inline'><span class='head'>Chain</span></center><center> <br><a href='https://github.com/srush/minichain'>[library]</a> </center>")
38
 
39
+ gr.TabbedInterface([math_demo, qa, chat, gatsby, ner, bash, pal, table, stats, selfask],
40
+ ["Math", "QA", "Chat", "Book", "NER", "Bash", "PAL", "Table", "Stats", "SelfAsk"],
41
  css = CSS)
42
 
43
  demo.queue().launch()