Spaces:
Runtime error
Runtime error
move gemini first
Browse files
app.py
CHANGED
@@ -29,12 +29,12 @@ from app_showui import demo as demo_showui
|
|
29 |
from app_omini import demo as demo_omini
|
30 |
|
31 |
with gr.Blocks(fill_height=True) as demo:
|
32 |
-
with gr.Tab("Grok"):
|
33 |
-
demo_grok.render()
|
34 |
-
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|
35 |
with gr.Tab("Gemini"):
|
36 |
demo_gemini.render()
|
37 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|
|
|
|
|
|
|
38 |
with gr.Tab("Cohere"):
|
39 |
demo_cohere.render()
|
40 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|
|
|
29 |
from app_omini import demo as demo_omini
|
30 |
|
31 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
|
|
|
|
32 |
with gr.Tab("Gemini"):
|
33 |
demo_gemini.render()
|
34 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|
35 |
+
with gr.Tab("Grok"):
|
36 |
+
demo_grok.render()
|
37 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|
38 |
with gr.Tab("Cohere"):
|
39 |
demo_cohere.render()
|
40 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>")
|