Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
3c56f3a
1
Parent(s):
09d37d3
Update app.py
Browse files
app.py
CHANGED
@@ -130,9 +130,10 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
130 |
|
131 |
Output:
|
132 |
""")
|
133 |
-
|
134 |
-
|
135 |
-
|
|
|
136 |
|
137 |
with gr.Tab("Description Generator"):
|
138 |
gr.Markdown("""
|
@@ -143,8 +144,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
143 |
Output:
|
144 |
""")
|
145 |
with gr.Row(scale=1, min_width=600):
|
146 |
-
|
147 |
-
|
148 |
text1 = gr.Textbox(label="Input",
|
149 |
placeholder='Type in your idea here!')
|
150 |
text2 = gr.Textbox(label="Output")
|
|
|
130 |
|
131 |
Output:
|
132 |
""")
|
133 |
+
with gr.Row(scale=1, min_width=600):
|
134 |
+
text1 = gr.Textbox(label="Input",
|
135 |
+
placeholder='Type in your idea here!')
|
136 |
+
text2 = gr.Textbox(label="Output")
|
137 |
|
138 |
with gr.Tab("Description Generator"):
|
139 |
gr.Markdown("""
|
|
|
144 |
Output:
|
145 |
""")
|
146 |
with gr.Row(scale=1, min_width=600):
|
147 |
+
|
|
|
148 |
text1 = gr.Textbox(label="Input",
|
149 |
placeholder='Type in your idea here!')
|
150 |
text2 = gr.Textbox(label="Output")
|