kleinhoellental commited on
Commit
c05833d
1 Parent(s): 6771096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ def AskAI_easy(ques):
31
  #######################################################################################
32
  # Gradio Interface
33
  ###############################################################################
34
- desc = 'Example: What is the geometry of Saxony?'
35
  iface = gr.Interface(fn=AskAI_easy, inputs=['text'], outputs='text', description= desc)
36
  iface.launch()
 
31
  #######################################################################################
32
  # Gradio Interface
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()