\documentclass{beamer}
\usepackage{graphicx}
\graphicspath{ {F:\'Surface Tension'} }
\title{My Title}
\author{The Author}
\institute{Institute name}
\date{}
\begin{document}
\frame{\titlepage}
\begin{frame}
Some text...
\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{Surface2}
\end{figure}
\end{frame}
\end{document}
Why is the circled text showing up? How do I remove it? I am using beamer class. The picture which I want to insert is this.

\graphicspath. – Sigur Dec 21 '18 at 10:34\usepackage{graphicx}with beamer. Also the\centeringin your figure can be removed, figures are centred by default in beamer – samcarter_is_at_topanswers.xyz Dec 21 '18 at 10:35