Ashrafb commited on
Commit
6ae5a9d
·
1 Parent(s): ebc2281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -147,17 +147,7 @@ with gr.Blocks(css='style.css') as demo:
147
  value=10,
148
  )
149
 
150
- gr.Examples(
151
- examples=[
152
- 'What is the Fibonacci sequence?',
153
- 'Can you explain briefly what Python is good for?',
154
- 'How can I display a grid of images in SwiftUI?',
155
- ],
156
- inputs=textbox,
157
- outputs=[textbox, chatbot],
158
- fn=process_example,
159
- cache_examples=True,
160
- )
161
 
162
  gr.Markdown(LICENSE)
163
 
 
147
  value=10,
148
  )
149
 
150
+
 
 
 
 
 
 
 
 
 
 
151
 
152
  gr.Markdown(LICENSE)
153