kleinhoellental commited on
Commit
899d28f
1 Parent(s): bc61bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,4 +33,5 @@ def AskAI_easy(ques):
33
  ###############################################################################
34
  desc = 'Example: What is the Bundesland with tyhe biggest Area?'
35
  iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
36
- iface.launch()
 
 
33
  ###############################################################################
34
  desc = 'Example: What is the Bundesland with tyhe biggest Area?'
35
  iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
36
+ iface.launch()
37
+ #