Rkruemmel commited on
Commit
bf435bf
·
verified ·
1 Parent(s): 5fb6c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ if category_nodes is None or questions is None:
183
  else:
184
  # Erstelle die Gradio-App
185
  with gr.Blocks(title="DRL-CogNet Dog Finder: wrote a number behind the dog name") as demo:
186
- gr.Markdown("# Frage an das Modell")
187
  with gr.Row():
188
  with gr.Column():
189
  question_input = gr.Textbox(label="Frage")
 
183
  else:
184
  # Erstelle die Gradio-App
185
  with gr.Blocks(title="DRL-CogNet Dog Finder: wrote a number behind the dog name") as demo:
186
+ gr.Markdown("# Frage an das Modell (wrote a numer behind the dog name: ein golden retriever 2")
187
  with gr.Row():
188
  with gr.Column():
189
  question_input = gr.Textbox(label="Frage")