Spaces:
Build error
Build error
Update app.py
Browse files
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(
|