ccm commited on
Commit
bd6eb5b
·
verified ·
1 Parent(s): 0d94ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -128,18 +128,18 @@ def reply(message: str, history: list[str]) -> str:
128
 
129
  # Example Queries for Interface
130
  EXAMPLE_QUERIES = [
131
- "What is multi-material 3D printing?",
132
- "How is additive manufacturing being applied in aerospace?",
133
- "Tell me about innovations in metal 3D printing techniques.",
134
- "What are some sustainable materials for 3D printing?",
135
- "What are the biggest challenges with support structures in additive manufacturing?",
136
- "How is 3D printing impacting the medical field?",
137
- "What are some common applications of additive manufacturing in industry?",
138
- "What are the benefits and limitations of using polymers in 3D printing?",
139
- "Tell me about the environmental impacts of additive manufacturing.",
140
- "What are the primary limitations of current 3D printing technologies?",
141
- "How are researchers improving the speed of 3D printing processes?",
142
- "What are the best practices for managing post-processing in additive manufacturing?",
143
  ]
144
 
145
  # Run the Gradio Interface
 
128
 
129
  # Example Queries for Interface
130
  EXAMPLE_QUERIES = [
131
+ {"text": "What is multi-material 3D printing?"},
132
+ {"text": "How is additive manufacturing being applied in aerospace?"},
133
+ {"text": "Tell me about innovations in metal 3D printing techniques."},
134
+ {"text": "What are some sustainable materials for 3D printing?"},
135
+ {"text": "What are the biggest challenges with support structures in additive manufacturing?"},
136
+ {"text": "How is 3D printing impacting the medical field?"},
137
+ {"text": "What are some common applications of additive manufacturing in industry?"},
138
+ {"text": "What are the benefits and limitations of using polymers in 3D printing?"},
139
+ {"text": "Tell me about the environmental impacts of additive manufacturing."},
140
+ {"text": "What are the primary limitations of current 3D printing technologies?"},
141
+ {"text": "How are researchers improving the speed of 3D printing processes?"},
142
+ {"text": "What are the best practices for managing post-processing in additive manufacturing?"}
143
  ]
144
 
145
  # Run the Gradio Interface