bupa1018 commited on
Commit
0f75cac
·
1 Parent(s): d128dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -117,10 +117,8 @@ def main():
117
 
118
  gr.Examples(
119
  examples=[
120
- "Who is working on Kadi4Mat?",
121
- "How do i install the Kadi-Apy library?",
122
- "How do i install the Kadi-Apy library for development?",
123
- "I need a method to upload a file to a record",
124
  ],
125
  inputs=user_txt,
126
  outputs=chatbot,
 
117
 
118
  gr.Examples(
119
  examples=[
120
+ "Write me a python script with which can convert plain JSON to a Kadi4Mat-compatible extra metadata structure",
121
+ "I need a method to upload a file to a record. The id of the record is 3",
 
 
122
  ],
123
  inputs=user_txt,
124
  outputs=chatbot,