File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ def test_smoke():
9
9
# "apps/7_streamlit_chat_rag/main.py",
10
10
"apps/8_streamlit_azure_openai_batch/main.py" ,
11
11
"apps/99_streamlit_examples/main.py" ,
12
+ "apps/99_streamlit_examples/pages/1_File_Q&A.py" ,
13
+ "apps/99_streamlit_examples/pages/2_Image_Q&A.py" ,
14
+ "apps/99_streamlit_examples/pages/3_Camera_Q&A.py" ,
15
+ "apps/99_streamlit_examples/pages/4_Translate_text.py" ,
16
+ "apps/99_streamlit_examples/pages/5_Explain_data.py" ,
17
+ "apps/99_streamlit_examples/pages/6_Speech_to_text.py" ,
18
+ "apps/99_streamlit_examples/pages/7_Text_to_speech.py" ,
19
+ "apps/99_streamlit_examples/pages/8_Create_image.py" ,
20
+ "apps/99_streamlit_examples/pages/9_Visualize_location.py" ,
12
21
]
13
22
for path in paths :
14
23
at = AppTest (
You can’t perform that action at this time.
0 commit comments