Ashrafb commited on
Commit
cdf50fb
·
1 Parent(s): af95010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -140,16 +140,7 @@ with gr.Blocks(css=".gradio-container {background-color: #FFE4C4}") as demo:
140
  value=10,
141
  )
142
 
143
- gr.Examples(
144
- examples=[
145
- 'What is the Fibonacci sequence?',
146
- 'Can you explain briefly what Python is good for?',
147
- ],
148
- inputs=textbox,
149
- outputs=[textbox, chatbot],
150
- fn=process_example,
151
- cache_examples=True,
152
- )
153
 
154
  gr.Markdown(LICENSE)
155
 
 
140
  value=10,
141
  )
142
 
143
+
 
 
 
 
 
 
 
 
 
144
 
145
  gr.Markdown(LICENSE)
146