Penality commited on
Commit
5ae6760
·
verified ·
1 Parent(s): 7a25ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -179,7 +179,8 @@ def chatbot(pdf_file, user_question):
179
 
180
  # Send to Together.AI (Mistral-7B)
181
 
182
-
 
183
 
184
  # Gradio Interface
185
  iface = gr.Interface(
 
179
 
180
  # Send to Together.AI (Mistral-7B)
181
 
182
+ def helloWorld(text):
183
+ return f"{text} : hello world"
184
 
185
  # Gradio Interface
186
  iface = gr.Interface(