Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -757,7 +757,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
757 |
|
758 |
|
759 |
with gr.Tab("LI Codebot"):
|
760 |
-
|
761 |
gr.HTML("Gib als textuelle Beschreibung ein, was in Programmcode übersetzt werden soll und in welcher Sprache...")
|
762 |
status_display3 = gr.Markdown("Success", visible = False, elem_id="status_display")
|
763 |
#gr.Markdown(description2)
|
|
|
757 |
|
758 |
|
759 |
with gr.Tab("LI Codebot"):
|
760 |
+
with gr.Row():
|
761 |
gr.HTML("Gib als textuelle Beschreibung ein, was in Programmcode übersetzt werden soll und in welcher Sprache...")
|
762 |
status_display3 = gr.Markdown("Success", visible = False, elem_id="status_display")
|
763 |
#gr.Markdown(description2)
|