Tonic commited on
Commit
f25b5a9
·
unverified ·
1 Parent(s): ccc2ca3

add new interface

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -21,9 +21,7 @@ join_us = """
21
  ## Join us:
22
 
23
  🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻
24
-
25
  [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/n8ytYeh25n)
26
-
27
  On 🤗Huggingface: [MultiTransformer](https://huggingface.co/MultiTransformer)
28
  On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Data Tonic](https://github.com/multiTonic/thinking-dataset/)
29
  🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
@@ -103,7 +101,7 @@ with gr.Blocks(
103
  with gr.Row():
104
  with gr.Group():
105
  gr.Markdown(description)
106
- with gr.Group():
107
  gr.Markdown(join_us)
108
  with gr.Row():
109
  with gr.Column(scale=2):
 
21
  ## Join us:
22
 
23
  🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻
 
24
  [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/n8ytYeh25n)
 
25
  On 🤗Huggingface: [MultiTransformer](https://huggingface.co/MultiTransformer)
26
  On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Data Tonic](https://github.com/multiTonic/thinking-dataset/)
27
  🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
 
101
  with gr.Row():
102
  with gr.Group():
103
  gr.Markdown(description)
104
+ with gr.Column():
105
  gr.Markdown(join_us)
106
  with gr.Row():
107
  with gr.Column(scale=2):