alexkueck commited on
Commit
317583d
1 Parent(s): 06d3d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -162,12 +162,12 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
162
  )
163
  gr.Markdown(description)
164
 
165
- with gr.TabItem("Übersetzungen"):
166
- with gr.Row():
167
- gr.Interface(fn=translate, inputs="text", outputs="text")
168
- with gr.TabItem("Code-genereierungen"):
169
- with gr.Row():
170
- gr.Interface(fn=coding, inputs="text", outputs="text")
171
 
172
  predict_args = dict(
173
  fn=predict,
 
162
  )
163
  gr.Markdown(description)
164
 
165
+ with gr.TabItem("Übersetzungen"):
166
+ with gr.Row():
167
+ gr.Interface(fn=translate, inputs="text", outputs="text")
168
+ with gr.TabItem("Code-genereierungen"):
169
+ with gr.Row():
170
+ gr.Interface(fn=coding, inputs="text", outputs="text")
171
 
172
  predict_args = dict(
173
  fn=predict,