We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063082a commit a53e998Copy full SHA for a53e998
run/helloworld-fastapi/main_test.py
@@ -12,8 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import pytest
16
from fastapi.testclient import TestClient
+import pytest
17
18
import main
19
run/helloworld-streamlit/main.py
@@ -15,7 +15,7 @@
# [START cloudrun_helloworld_streamlit]
import streamlit as st
-st.title(f"Hello World! 👋🌎")
+st.title("Hello World! 👋🌎")
st.markdown(
20
"""
21
This is a demo Streamlit app.
0 commit comments