Spaces:
Sleeping
Sleeping
kleinhoellental
commited on
Commit
•
c05833d
1
Parent(s):
6771096
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ def AskAI_easy(ques):
|
|
31 |
#######################################################################################
|
32 |
# Gradio Interface
|
33 |
###############################################################################
|
34 |
-
desc = 'Example: What is the
|
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()
|