Chris4K commited on
Commit
e3996f1
1 Parent(s): 8139aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -310,10 +310,7 @@ def simple(text:str):
310
 
311
  import gradio as gr
312
 
313
- # Define your function
314
- def get_response(text, texty):
315
- response = "Nina: I received your message: " + text
316
- return response
317
 
318
  # Load the Bootstrap CSS file
319
  #gr.load_css('https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css')
 
310
 
311
  import gradio as gr
312
 
313
+ # Define your function
 
 
 
314
 
315
  # Load the Bootstrap CSS file
316
  #gr.load_css('https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css')